Fix test syntax to work with non-bash /bin/sh.
[oota-llvm.git] / utils / lit / utils / check-sdist
index 743a971fbeb9ea38a041068b51e9c294ac9a8cb9..f03266a16888949a3c6b6243c7d245802589a805 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ $# == 1 ]; then
+if [ $# = 1 ]; then
     cd $1
 fi