提交 7f2113a2 编写于 作者: R Richard Levitte

The option line may start with a space, which gives an empty option.

Make sure those are purged...
上级 97f56446
......@@ -81,7 +81,7 @@ EOF
}
$platform=$_;
}
foreach (split / /, $OPTIONS)
foreach (grep(!/^$/, split(/ /, $OPTIONS)))
{
print STDERR "unknown option - $_\n" if !&read_options;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册