]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix pb with improper check for missing libraries
authorvsr <vsr@opencascade.com>
Thu, 18 Apr 2013 14:58:01 +0000 (14:58 +0000)
committervsr <vsr@opencascade.com>
Thu, 18 Apr 2013 14:58:01 +0000 (14:58 +0000)
config_files/checkFortran.sh

index 69cc9df788800c31fc435616a3bf6bcd21404316..663d34c7eb05b0182247196fbd87e11c3a991ece 100755 (executable)
@@ -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 "\<not\>"
     if test $? -eq 0; then
        exit 1
     else