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 095748e commit 28e19a2Copy full SHA for 28e19a2
bash_completion
@@ -2860,7 +2860,7 @@ _comp_command_offset()
2860
_comp_compgen_commands
2861
else
2862
_comp_dequote "${COMP_WORDS[0]}" || REPLY=${COMP_WORDS[0]}
2863
- local cmd=$REPLY compcmd=$REPLY
+ local cmd=${REPLY-} compcmd=${REPLY-}
2864
local cspec=$(complete -p -- "$cmd" 2>/dev/null)
2865
2866
# If we have no completion for $cmd yet, see if we have for basename
0 commit comments