From 4cb70e8e2a718d62122401b8cbe0353136606433 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 27 Dec 2012 21:40:23 -0800 Subject: Fix a bad use of test --- build_tools/build_documentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/build_documentation.sh') diff --git a/build_tools/build_documentation.sh b/build_tools/build_documentation.sh index 75202506..6e6d2050 100755 --- a/build_tools/build_documentation.sh +++ b/build_tools/build_documentation.sh @@ -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 -- cgit v1.2.3