From c59c30ebd37df06f42898356d19687b2983e6091 Mon Sep 17 00:00:00 2001 From: Christian Lavoie Date: Sat, 19 Feb 2011 21:02:22 +0000 Subject: [PATCH] Use standard sh syntax instead of bash extensions. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072440 13f79535-47bb-0310-9956-ffa450edef68 --- test/hs/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hs/run-test.sh b/test/hs/run-test.sh index 78df0a84..4788ff28 100644 --- a/test/hs/run-test.sh +++ b/test/hs/run-test.sh @@ -19,7 +19,7 @@ # under the License. # -if [ "x" == "x$1" ]; then +if [ "x" = "x$1" ]; then printf "run-test.sh needs an argument, the name of the test to run. Try 'ThriftTest' or 'ProtoDebugTest'\n" exit 2 fi -- 2.17.1