*** /etc/bash_completion 2010-01-26 22:44:47.000000000 +1300 --- /etc/bash_completion.old 2010-01-26 22:44:26.000000000 +1300 *************** *** 1309,1315 **** if type avahi-browse >&/dev/null; then if [ -n "$(pidof avahi-daemon)" ]; then COMPREPLY=( "${COMPREPLY[@]}" $( ! compgen -W "$( avahi-browse -cp _workstation._tcp | \ grep ^= | cut -d\; -f7 | sort -u )" -- "$cur" ) ) fi fi --- 1309,1315 ---- if type avahi-browse >&/dev/null; then if [ -n "$(pidof avahi-daemon)" ]; then COMPREPLY=( "${COMPREPLY[@]}" $( ! compgen -W "$( avahi-browse -cpr _workstation._tcp | \ grep ^= | cut -d\; -f7 | sort -u )" -- "$cur" ) ) fi fi