summaryrefslogtreecommitdiff
path: root/bash_completion
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-01-03 21:18:41 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-01-03 21:18:41 +0200
commit2a5a1d68d924a047adedaa253434d0b3e9b9a674 (patch)
treecf38297a3438286b656f24fb350e0d01c243af35 /bash_completion
parent2cf62de30899d4ecd9321f59b80b8da441c3e897 (diff)
downloadbash-completion-2a5a1d68d924a047adedaa253434d0b3e9b9a674.tar.gz
Fix some syntax errors.
For some reason, these constructs got flagged as syntax errors at load time with bash 4.0.33(0)-release on FreeBSD 8.0 whereas they work elsewhere I've tested (e.g. 4.0.23(1)-release on Fedora Core 11).
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index 05f12936..6b2f28f7 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1390,7 +1390,7 @@ _known_hosts_real()
COMPREPLY=( "${COMPREPLY[@]}" $( \
compgen -P "$prefix$user" -S "$suffix" -W \
"$( avahi-browse -cpr _workstation._tcp 2>/dev/null | \
- awk -F\; '/^=/ { print $7 }' | sort -u )" -- "$cur" ) )
+ awk -F';' '/^=/ { print $7 }' | sort -u )" -- "$cur" ) )
fi
# Add results of normal hostname completion, unless