]> SALOME platform Git repositories - tools/install.git/blobdiff - config_files/sip-4.1.sh
Salome HOME
Prepare SALOME 2.2.6 installation
[tools/install.git] / config_files / sip-4.1.sh
index 64c64ee29604f2452e2fd988a5d72300a076ad2b..1d5a0821ed550b50c49248fc9912aa3273ffdfc8 100755 (executable)
@@ -37,7 +37,7 @@ if [ -n "${sipdir}" ] ; then
     if [ -z "${sippython}" ] ; then
         sippython="`find_in_path sip.so /usr/lib/python${python_version}/site-packages`"
     fi
-    if [ -n ${sippython} ]; then
+    if [ -n "${sippython}" ]; then
         tmp="${sipdir} ${sipdir} \${PATH} ${PATH}";
         path=`sort_path ${tmp}`
         tmp="${sipdir} ${sipdir} \${LD_LIBRARY_PATH} ${LD_LIBRARY_PATH}";