From: vsr Date: Wed, 20 Sep 2006 09:25:04 +0000 (+0000) Subject: Fix small bug : remove temporary files X-Git-Tag: V_3_2_2_before64bit~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=845b08864340b2b5256337297b85b0fcadaf7470;p=tools%2Finstall.git Fix small bug : remove temporary files --- diff --git a/config_files/CALCULATOR_BIN.sh b/config_files/CALCULATOR_BIN.sh index 9850d10..43cf8ad 100755 --- a/config_files/CALCULATOR_BIN.sh +++ b/config_files/CALCULATOR_BIN.sh @@ -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 diff --git a/config_files/HELLO_BIN.sh b/config_files/HELLO_BIN.sh index b1f08fa..4f7bdf7 100755 --- a/config_files/HELLO_BIN.sh +++ b/config_files/HELLO_BIN.sh @@ -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