From: vsr Date: Thu, 18 Apr 2013 14:58:01 +0000 (+0000) Subject: Fix pb with improper check for missing libraries X-Git-Tag: V7_2_0rc1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7495cc3edf206c035220ca31b98cc020fdb682f;p=tools%2Finstall.git Fix pb with improper check for missing libraries --- diff --git a/config_files/checkFortran.sh b/config_files/checkFortran.sh index 69cc9df..663d34c 100755 --- a/config_files/checkFortran.sh +++ b/config_files/checkFortran.sh @@ -67,7 +67,7 @@ fi find_libraries(){ source ${DIR}/env_products.sh - ldd ${DIR}/*/lib/salome/*.so | grep not + ldd ${DIR}/*/lib/salome/*.so | grep -e "\" if test $? -eq 0; then exit 1 else