mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Fix quoting error.
svn path=/trunk/yasm/; revision=1686
This commit is contained in:
parent
1a02914218
commit
9c4de0ffd2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ do
|
|||
if test $? -gt 0; then
|
||||
# YASM didn't detect errors but should have!
|
||||
echo $ECHO_N "E$ECHO_C"
|
||||
eval "failed$failedct='E: ${a} didn't return an error code!'"
|
||||
eval "failed$failedct='E: ${a} did not return an error code!'"
|
||||
failedct=`expr $failedct + 1`
|
||||
else
|
||||
./test_hd results/${o} > results/${oh}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue