From: akl Date: Tue, 27 May 2008 14:40:33 +0000 (+0000) Subject: Fix path pb. X-Git-Tag: V4_1_3~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=18706768083b5b4e6f0806ad30bc91c0d8194693;p=tools%2Finstall.git Fix path pb. --- diff --git a/config_files/checkFortran.sh b/config_files/checkFortran.sh index 103c91b..f35ed4f 100755 --- a/config_files/checkFortran.sh +++ b/config_files/checkFortran.sh @@ -66,8 +66,8 @@ fi } find_libraries(){ - source ${INST_DIR}/env_products.sh - ldd ${INST_DIR}/*/lib/salome/*.so | grep not + source ${DIR}/env_products.sh + ldd ${DIR}/*/lib/salome/*.so | grep not if test $? -eq 0; then exit 1 else @@ -76,7 +76,7 @@ find_libraries(){ } PROCEDURE=$1 -test $# -eq 2 && DIR=$2 +DIR=$2 $PROCEDURE