Fix quoting error.

svn path=/trunk/yasm/; revision=1686
This commit is contained in:
Peter Johnson 2006-11-16 07:19:23 +00:00
parent 1a02914218
commit 9c4de0ffd2

View file

@ -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}