From: gdd Date: Thu, 25 Nov 2010 13:30:57 +0000 (+0000) Subject: appli_clean.sh now removes the following sym links too: X-Git-Tag: RELIQUAT_5x_15112010~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a7251dd227e0b96c69e29af12e93bfabb04852d;p=modules%2Fkernel.git appli_clean.sh now removes the following sym links too: runSalomeScript update_catalogs.py --- diff --git a/bin/appli_clean.sh b/bin/appli_clean.sh index 40d6ab680..09ad9d3fe 100644 --- a/bin/appli_clean.sh +++ b/bin/appli_clean.sh @@ -23,7 +23,7 @@ #clean appli -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" +DELCOM="rm -rf bin lib share doc idl env.d envd USERS getAppliPath.py searchFreePort.sh runAppli runConsole runSession runRemote.sh runTests SalomeApp.xml runSalomeScript update_catalogs.py *.pyc *~ .bashrc" DOIT="false" if [ $# -gt 0 ]