From: Jouni Malinen Date: Fri, 2 Jan 2009 19:06:36 +0000 (+0200) Subject: Replaced string comparison operator '==' with '=' to work with dash X-Git-Tag: hostap_0_6_7~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1ba55a58a4493f18685b6f01f9b344290eafe6e;p=thirdparty%2Fhostap.git Replaced string comparison operator '==' with '=' to work with dash --- diff --git a/build_release b/build_release index d1672d008..276dabc8e 100755 --- a/build_release +++ b/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