Use $(...) notation instead of legacy backticked

This commit is contained in:
rany
2021-03-17 12:27:25 +02:00
parent 700ae4a4f4
commit bc0b0df26a

View File

@@ -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"