Quotation marks are needed on Solaris

This commit is contained in:
Harry Moffat 2006-03-06 00:07:29 +00:00
parent 5a8a9c2fc5
commit 96a988c2b1

View file

@ -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