Skip to content

Commit

Permalink
Quiet the error.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Dec 1, 2023
1 parent 2ff69d4 commit 6fdc457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/admb/admb
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ do
if [ "$parser" == "tpl2rem" ]; then
CMD="$parser $debug $dll $model"
echo -e \*\*\* Parse: $model.tpl\\n$CMD\\n
eval $CMD
eval $CMD &> admb.log
else
echo -e \*\*\* Parse: $model.tpl
CMD="tpl2cpp $debug $dll $model || tpl2rem $debug $dll $model"
echo -e $CMD\\n
eval $CMD
eval $CMD &> admb.log
fi

if [ ! -f $model.cpp -o ! -f $model.htp ]; then
Expand Down

0 comments on commit 6fdc457

Please sign in to comment.