]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Replaced string comparison operator '==' with '=' to work with dash
authorJouni Malinen <j@w1.fi>
Fri, 2 Jan 2009 19:06:36 +0000 (21:06 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2009 19:06:36 +0000 (21:06 +0200)
build_release

index d1672d008e965220c0b596b65003468ddb3933b4..276dabc8ed16e3c92f3371baad68ad703f7c2754 100755 (executable)
@@ -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