Salome HOME
Fix small bug : remove temporary files
authorvsr <vsr@opencascade.com>
Wed, 20 Sep 2006 09:25:04 +0000 (09:25 +0000)
committervsr <vsr@opencascade.com>
Wed, 20 Sep 2006 09:25:04 +0000 (09:25 +0000)
config_files/CALCULATOR_BIN.sh
config_files/HELLO_BIN.sh

index 9850d10e61ae3169d019d047a97fac0e632c8d10..43cf8ad73e4ce9418e802c1d44929e41b8b1e329 100755 (executable)
@@ -76,6 +76,7 @@ modif_la_files ${PRODUCT_DIR}
 cd ${PRODUCT_DIR}/bin/salome
 sed -e "s%export KERNEL_ROOT_DIR=.*%export KERNEL_ROOT_DIR=${KERNEL_ROOT_DIR}%g"             runAppli > _runAppli
 sed -e "s%export CALCULATOR_ROOT_DIR=.*%export CALCULATOR_ROOT_DIR=${CALCULATOR_ROOT_DIR}%g" _runAppli > runAppli
+rm -f _runAppli
 chmod a+x runAppli
 
 print_env
index b1f08fa33046cd79c26dd515d748edf67c4cde4d..4f7bdf73eec7dffdf29216da89d28e413475f6b8 100755 (executable)
@@ -75,6 +75,7 @@ modif_la_files ${PRODUCT_DIR}
 cd ${PRODUCT_DIR}/bin/salome
 sed -e "s%export KERNEL_ROOT_DIR=.*%export KERNEL_ROOT_DIR=${KERNEL_ROOT_DIR}%g" runAppli > _runAppli
 sed -e "s%export HELLO_ROOT_DIR=.*%export HELLO_ROOT_DIR=${HELLO_ROOT_DIR}%g"    _runAppli > runAppli
+rm -f _runAppli
 chmod a+x runAppli
 
 print_env