From: caremoli Date: Mon, 25 Jan 2010 18:12:06 +0000 (+0000) Subject: CCAR: remove creation 0 file in appli_clean.sh script shell X-Git-Tag: PARAVIS_29012010~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7df54e889552ee43459e6a62e465a41acbff9c0c;p=modules%2Fkernel.git CCAR: remove creation 0 file in appli_clean.sh script shell --- 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