From d4811c2e010f6048f97770237b5efb5f8531539a Mon Sep 17 00:00:00 2001 From: Gilles DAVID Date: Sat, 29 May 2021 22:16:36 +0200 Subject: [PATCH] Update appli_clean command --- 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 d97717862..927c17ddb 100755 --- 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 runRemote.sh SalomeApp.xml update_catalogs.py kill_remote_containers.py salome *.pyc *~ .bashrc" +DELCOM="rm -rf bin lib share doc idl env.d envd venv USERS getAppliPath.py runRemote.sh SalomeApp.xml update_catalogs.py kill_remote_containers.py salome .salome_run salome_common.py salome_mesa __pycache__ *.pyc *~ .bashrc" DOIT="false" if [ $# -gt 0 ] -- 2.39.2