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 c8b9830 commit 9d3362eCopy full SHA for 9d3362e
bash_completion
@@ -2706,7 +2706,7 @@ _complete_as_root()
2706
# @since 2.12
2707
_comp_compgen_commands()
2708
{
2709
- [[ ! ${cur-} ]] && shopt -q no_empty_cmd_completion && return
+ [[ ! ${cur-} ]] && shopt -q no_empty_cmd_completion && return 1
2710
# -o filenames for e.g. spaces in paths to and in command names
2711
_comp_compgen -- -c -o plusdirs && compopt -o filenames
2712
}
0 commit comments