From 96a988c2b16b38486c64c1c48716187265c571f6 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 6 Mar 2006 00:07:29 +0000 Subject: [PATCH] Quotation marks are needed on Solaris --- test_problems/python/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/python/runtest b/test_problems/python/runtest index 9c0a6540c..dae439deb 100755 --- a/test_problems/python/runtest +++ b/test_problems/python/runtest @@ -23,7 +23,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../bin} # Try to create a default python executable location if no # argument to runtest is supplied. # -if test -z $PYTHONHOME ; then +if test -z "$PYTHONHOME" ; then PYTHON_CMDA=python else PYTHON_CMDA=$PYTHONHOME/bin/python