Skip to content

Commit

Permalink
Just output possible error to stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Oct 23, 2023
1 parent d953a01 commit 6e37e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admb/admb
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ do
echo -e \*\*\* Parse: $model.tpl
CMD="tpl2cpp $debug $dll $model || tpl2rem $debug $dll $model"
echo -e $CMD\\n
eval $CMD &> admb.log
eval $CMD
fi

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

0 comments on commit 6e37e12

Please sign in to comment.