Quotation marks are needed on Solaris
This commit is contained in:
parent
5a8a9c2fc5
commit
96a988c2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue