The following commit has been merged in the master branch:
commit d5d7592169945a965870254682c40ee2294dbd65
Author: Freddy Vulto <[email protected]>
Date: Wed Jan 6 09:31:31 2010 +0100
Fix _known_hosts_real: awkcurd > curd
diff --git a/bash_completion b/bash_completion
index e047674..6a4b7a1 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1360,7 +1360,7 @@ _known_hosts_real()
# dont fork any processes, because in a cluster environment,
# there can be hundreds of hostkeys
for i in "${k...@]}" ; do
- if [[ "$i" == *key_22_$awkcurd*.pub && -r "$i" ]]; then
+ if [[ "$i" == *key_22_$curd*.pub && -r "$i" ]]; then
host=${i/#*key_22_/}
host=${host/%.pub/}
COMPREPLY=( "${comprep...@]}" $host )
--
bash-completion
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits