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) {