mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Replaced string comparison operator '==' with '=' to work with dash
This commit is contained in:
parent
79da74a20c
commit
a1ba55a58a
@ -48,7 +48,7 @@ tar czf $RELDIR/wpa_supplicant-$VER.tar.gz wpa_supplicant-$VER
|
|||||||
cd ..
|
cd ..
|
||||||
rm -r $TMP
|
rm -r $TMP
|
||||||
|
|
||||||
if [ "$2" == "nobin" ]; then
|
if [ "$2" = "nobin" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user