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