Fixed _known_hosts_real indentation

This commit is contained in:
Freddy Vulto 2009-08-11 21:08:25 +02:00
parent 466fc03e28
commit ce5384234c

View File

@ -1172,7 +1172,6 @@ _known_hosts_real()
fi fi
if [ ${#kh[@]} -gt 0 ]; then if [ ${#kh[@]} -gt 0 ]; then
# FS needs to look for a comma separated list # FS needs to look for a comma separated list
COMPREPLY=( $( awk 'BEGIN {FS=","} COMPREPLY=( $( awk 'BEGIN {FS=","}
/^\s*[^|\#]/ {for (i=1; i<=2; ++i) { \ /^\s*[^|\#]/ {for (i=1; i<=2; ++i) { \