deprecate backticks (#949)
This commit is contained in:
committed by
GitHub
parent
1e957b7f90
commit
14336d0a3c
@@ -19,4 +19,4 @@ cmds="\
|
|||||||
|
|
||||||
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
|
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-)"
|
||||||
|
|||||||
Reference in New Issue
Block a user