Use standard sh syntax instead of bash extensions.
authorChristian Lavoie <clavoie@apache.org>
Sat, 19 Feb 2011 21:02:22 +0000 (21:02 +0000)
committerChristian Lavoie <clavoie@apache.org>
Sat, 19 Feb 2011 21:02:22 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1072440 13f79535-47bb-0310-9956-ffa450edef68

test/hs/run-test.sh

index 78df0a8..4788ff2 100644 (file)
@@ -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