We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c555c96 commit 59fca53Copy full SHA for 59fca53
bash_completion
@@ -1097,7 +1097,7 @@ _parse_help()
1097
shopt -s lastpipe
1098
set -o noglob
1099
1100
- eval local cmd="$(quote "$1")"
+ local cmd=$1
1101
local line rc=1
1102
{
1103
case $cmd in
@@ -1134,7 +1134,7 @@ _parse_usage()
1134
1135
1136
1137
1138
local line match option i char rc=1
1139
1140
0 commit comments