From 18706768083b5b4e6f0806ad30bc91c0d8194693 Mon Sep 17 00:00:00 2001 From: akl Date: Tue, 27 May 2008 14:40:33 +0000 Subject: [PATCH] Fix path pb. --- config_files/checkFortran.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2