From 2f128e7e39606303e84addd9e054f376fa87a67e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 29 May 2001 15:12:20 +0000 Subject: [PATCH] Oops, missing '!' in ARGV check --- src/makeBaseApp/makeBaseApp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index d05f1a950..2b7a970c9 100755 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -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) {