fixed error when . isn't in path

This commit is contained in:
Harry Moffat 2008-01-01 22:38:10 +00:00
parent b80638a9a9
commit 80fb09d6b7

View file

@ -20,7 +20,7 @@ CANTERA_BIN=${CANTERA_BIN:=../../../bin}
#################################################################
$prog HMW_NaCl_sp1977_alt.xml > output.txt
./$prog HMW_NaCl_sp1977_alt.xml > output.txt
retnStat=$?
if [ $retnStat != "0" ]
then