Make -f semantics match those of the C engine.

This commit is contained in:
norris%netscape.com 1999-11-17 00:04:17 +00:00
parent 9e1cbbe40a
commit b15e2970b0
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ public class Main {
continue;
}
if (arg.equals("-f")) {
global.processStdin = false;
if (++i == args.length)
usage(arg);
if (args[i].equals("-"))

View File

@ -186,6 +186,7 @@ public class Main {
continue;
}
if (arg.equals("-f")) {
global.processStdin = false;
if (++i == args.length)
usage(arg);
if (args[i].equals("-"))