From 9b1663b5313ac1ef0935a0f1f159fc1a1d0103d9 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 26 Feb 2007 15:35:11 +0000 Subject: fix typo --- Completion/Unix/Type/_net_interfaces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Unix/Type/_net_interfaces b/Completion/Unix/Type/_net_interfaces index 682d8c5a8..666287259 100644 --- a/Completion/Unix/Type/_net_interfaces +++ b/Completion/Unix/Type/_net_interfaces @@ -20,7 +20,7 @@ case $OSTYPE in local PATH=$PATH PATH=/sbin:$PATH intf=( $(ifconfig -a 2>/dev/null | sed -n 's/^\([^ :]*\).*/\1/p') ) - if [[${#intf} -eq 0 && -d /proc/sys/net/ipv4/conf ]]; then + if [[ ${#intf} -eq 0 && -d /proc/sys/net/ipv4/conf ]]; then # On linux we used to use the following as the default. # However, we now use ifconfig since it finds additional devices such # as tunnels. So only do this if that didn't work. -- cgit 1.4.1