Fix "--extension=" with empty parameter
This commit is contained in:
@@ -114,9 +114,9 @@ sub testFile
|
||||
}
|
||||
#print " - remove quotes : $o ";
|
||||
#
|
||||
# Discard anything after "=", or " "
|
||||
# Discard anything after "=", ":", or " "
|
||||
#
|
||||
if ( $o =~ /(.*)[ \t=]+(.*)/ )
|
||||
if ( $o =~ /(.*)[ \t=:]+(.*)/ )
|
||||
{
|
||||
$o = $1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user