Salome HOME
fix a bug with 'test -n' option
[tools/install.git] / config_files / sip-3.3.2.sh
index d37a97eca30ecbdead71bd2806efcb67c6048180..181d82022d138f62a4e00fae43c8e8766b9c4793 100755 (executable)
@@ -37,7 +37,7 @@ if [ -n "${sipdir}" ] ; then
     if [ -z "${sippython}" ] ; then
        sippython="`find_in_path libsip.so.9.1.0 /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}";