Browse Source

Replaced string comparison operator '==' with '=' to work with dash

Jouni Malinen 16 years ago
parent
commit
a1ba55a58a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build_release

+ 1 - 1
build_release

@@ -48,7 +48,7 @@ tar czf $RELDIR/wpa_supplicant-$VER.tar.gz wpa_supplicant-$VER
 cd ..
 rm -r $TMP
 
-if [ "$2" == "nobin" ]; then
+if [ "$2" = "nobin" ]; then
     exit 0
 fi