fixed error when . isn't in path
This commit is contained in:
parent
b80638a9a9
commit
80fb09d6b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue