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 9691f09 commit e651348Copy full SHA for e651348
bash_completion
@@ -2398,9 +2398,6 @@ _known_hosts_real()
2398
done
2399
fi
2400
2401
- local IFS=$' \t\n' reset=$(shopt -po noglob)
2402
- set -o noglob
2403
-
2404
# "Include" keyword in ssh config files
2405
if ((${#config[@]} > 0)); then
2406
for i in "${config[@]}"; do
@@ -2530,8 +2527,6 @@ _known_hosts_real()
2530
2527
_comp_compgen -a -- -A hostname -P "$prefix" -S "$suffix"
2531
2528
2532
2529
2533
- $reset
2534
2535
if ((${#COMPREPLY[@]})); then
2536
if [[ $ipv4 ]]; then
2537
COMPREPLY=("${COMPREPLY[@]/*:*$suffix/}")
0 commit comments