The option line may start with a space, which gives an empty option.
Make sure those are purged...
This commit is contained in:
parent
97f56446a3
commit
7f2113a2d5
@ -81,7 +81,7 @@ EOF
|
|||||||
}
|
}
|
||||||
$platform=$_;
|
$platform=$_;
|
||||||
}
|
}
|
||||||
foreach (split / /, $OPTIONS)
|
foreach (grep(!/^$/, split(/ /, $OPTIONS)))
|
||||||
{
|
{
|
||||||
print STDERR "unknown option - $_\n" if !&read_options;
|
print STDERR "unknown option - $_\n" if !&read_options;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user