From c7495cc3edf206c035220ca31b98cc020fdb682f Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 18 Apr 2013 14:58:01 +0000 Subject: [PATCH] Fix pb with improper check for missing libraries --- config_files/checkFortran.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2