Skip to content

Commit

Permalink
Merge pull request #37 from aheui/aheui-args
Browse files Browse the repository at this point in the history
AHEUI에 공백으로 구분되는 명령 허용
  • Loading branch information
youknowone committed Apr 5, 2024
2 parents f745b1d + 5ff6d3f commit 6505dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ for d in $ds; do
echo -n " test $fbase"...
if [ -e "$d/$fbase".out ]; then
if [ -e "$d/$fbase".in ]; then
"$AHEUI" $AHEUIFLAGS "$f" < "$d/$fbase.in" > .test.tmp
$AHEUI $AHEUIFLAGS "$f" < "$d/$fbase.in" > .test.tmp
else
"$AHEUI" $AHEUIFLAGS "$f" > .test.tmp
$AHEUI $AHEUIFLAGS "$f" > .test.tmp
fi
exitcode=$?
out=`cat .test.tmp`
Expand Down

0 comments on commit 6505dc5

Please sign in to comment.