]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CCAR: remove creation 0 file in appli_clean.sh script shell
authorcaremoli <caremoli>
Mon, 25 Jan 2010 18:12:06 +0000 (18:12 +0000)
committercaremoli <caremoli>
Mon, 25 Jan 2010 18:12:06 +0000 (18:12 +0000)
bin/appli_clean.sh

index 521940cd4b86e0c68cd517d03b4551b9d6993c9c..bd3cac5ccf235c6ad4cf504af3b3509cf5e4d2d4 100644 (file)
 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