Oops, missing '!' in ARGV check

This commit is contained in:
Andrew Johnson
2001-05-29 15:12:20 +00:00
parent e3203ca468
commit 2f128e7e39

View File

@@ -185,7 +185,7 @@ sub get_commandline_opts { #no args
exit 0; # finished for -l command
}
Cleanup(1) if @ARGV;
Cleanup(1) if !@ARGV;
# ioc architecture
if ($opt_i) {