Salome HOME
spns #29664: omniORB: fix python path
[tools/sat_salome.git] / products / compil_scripts / PERSALYS-v12.0.sh
index 68d22fdbdae621206a58b3b876f7c75d943428ff..db77026e1bbcde750c031f0246b596303c2256fd 100755 (executable)
@@ -57,7 +57,7 @@ fi
 
 CMAKE_OPTIONS+=" -DCMAKE_FIND_ROOT_PATH=ON"
 CMAKE_OPTIONS+=" -DSWIG_EXECUTABLE:PATH=$(which swig)"
-f [ -n "$SAT_DEBUG" ]; then
+if [ -n "$SAT_DEBUG" ]; then
     CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Debug"
 else
     CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Release"