From: Stas Boukarev Date: Sun, 3 Nov 2013 10:57:06 +0000 (+0400) Subject: Fix run-tests.sh on Solaris. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=c6bbd001a82bb846fe8366b09787912c02bd8e2e;p=sbcl.git Fix run-tests.sh on Solaris. --- diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 164bbb4..ed1b498 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -11,7 +11,7 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. -if [ $1 = "--help" ]; then +if [ "$1" = "--help" ]; then cat <