From: Christian Lavoie Date: Sat, 19 Feb 2011 21:02:22 +0000 (+0000) Subject: Use standard sh syntax instead of bash extensions. X-Git-Tag: 0.7.0~184 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=c59c30ebd37df06f42898356d19687b2983e6091;p=common%2Fthrift.git 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 --- 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