Skip to content

Commit

Permalink
Fixes GEF installer bash script #762)
Browse files Browse the repository at this point in the history
Fixes errors the `errs on unary operator expected` error due to undeclared variables
  • Loading branch information
wyattearp committed Dec 11, 2021
1 parent 1c9da33 commit d98ffb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/gef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if [ "$1" = "dev" ]; then
echo "set branch to dev"
fi

curl_found=0
wget_found=0

# check dependencies
if [ `which curl` ]; then
curl_found=1
Expand Down

0 comments on commit d98ffb7

Please sign in to comment.