aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-08-12 15:15:34 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-08-12 15:15:34 +0000
commit5912967938ed419d7bc41ec4bb8008b9906b4e5c (patch)
treee7fc466c399b9c9c0a44bf5ecf36fd2bb71523e4 /etc
parent445e4e83c537720c19fa60d807ca5a687b8c9803 (diff)
downloadsrc-5912967938ed419d7bc41ec4bb8008b9906b4e5c.tar.gz
src-5912967938ed419d7bc41ec4bb8008b9906b4e5c.zip
Fix typo
Notes
Notes: svn path=/head/; revision=118829
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index d420ec8a1b3d..f7cffeccb083 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -27,7 +27,7 @@ stop_dhcp() {
fi
_aprefix=
- for _if in _active_list ; do
+ for _if in ${_active_list} ; do
_test_if=`ifconfig ${_if} 2>&1`
case "$_test_if" in
"ifconfig: interface $_if does not exist")