deprecate backticks

This commit is contained in:
Carlos de la Torre 2021-05-25 07:58:40 +00:00 committed by GitHub
parent 5e53f5f467
commit fb48bff6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,4 @@ cmds="\
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
`echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-`
eval "$(echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-)"