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 08fba21 commit f488f96Copy full SHA for f488f96
bash_completion
@@ -669,8 +669,8 @@ _comp_compgen_split()
669
return 2
670
fi
671
672
- local _split_input=$1
673
- _comp_compgen -F "$_ifs" -- "${_compgen_options[@]}" -W '$_split_input'
+ local _split_input=$1 IFS=$' \t\n'
+ _comp_compgen -F "$_ifs" -- ${_compgen_options[@]+"${_compgen_options[@]}"} -W '$_split_input'
674
}
675
676
# Check if the argument looks like a path.
0 commit comments