Skip to content

Commit

Permalink
Use $(...) notation instead of legacy backticked
Browse files Browse the repository at this point in the history
  • Loading branch information
rany2 committed Mar 17, 2021
1 parent 700ae4a commit bc0b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ try_binary() {
done || return 1
}

binary=`try_binary "hola-proxy" "$HOME/go/bin/hola-proxy"`
binary=$(try_binary "hola-proxy" "$HOME/go/bin/hola-proxy")
if [ -n "$binary" ]
then
echo "country $country"
Expand Down

0 comments on commit bc0b0df

Please sign in to comment.