Fix a bad use of test

This commit is contained in:
ridiculousfish 2012-12-27 21:40:23 -08:00
parent abf3ee6563
commit 4cb70e8e2a

View file

@ -90,7 +90,7 @@ fi
echo "Cleaning up '$TMPLOC'"
rm -Rf "$TMPLOC"
if test $RESULT == 0; then
if test "$RESULT" = 0; then
# Tell the user what we did
echo "Output man pages into '${OUTPUTDIR}'"
else