appveyor.yml: fix typo

This commit is contained in:
John Hood
2017-02-21 21:08:47 -05:00
parent 36f29ef7bc
commit 0c387adb3d
+1 -1
View File
@@ -10,7 +10,7 @@ eeval()
eval "$@" eval "$@"
rv=$? rv=$?
if [ $rv -ne 0 ]; then if [ $rv -ne 0 ]; then
echo "$0: failed, exitcod $rv" echo "$0: failed, exitcode $rv"
exit $rv exit $rv
fi fi
return 0 return 0