From 7a7251dd227e0b96c69e29af12e93bfabb04852d Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 25 Nov 2010 13:30:57 +0000 Subject: [PATCH] appli_clean.sh now removes the following sym links too: runSalomeScript update_catalogs.py --- bin/appli_clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- 2.39.2