From 7df54e889552ee43459e6a62e465a41acbff9c0c Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 25 Jan 2010 18:12:06 +0000 Subject: [PATCH] CCAR: remove creation 0 file in appli_clean.sh script shell --- bin/appli_clean.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/appli_clean.sh b/bin/appli_clean.sh index 521940cd4..bd3cac5cc 100644 --- a/bin/appli_clean.sh +++ b/bin/appli_clean.sh @@ -25,10 +25,11 @@ DELCOM="rm -rf bin lib share doc idl env.d envd USERS getAppliPath.py searchFreePort.sh runAppli runConsole runSession runRemote.sh runTests SalomeApp.xml *.pyc *~ .bashrc" DOIT="false" -if [ $# > 0 ] +if [ $# -gt 0 ] then if [ "x$1" == "x-f" ] - then DOIT="true" + then + DOIT="true" fi fi -- 2.39.2