summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-12 15:15:34 +0000
committermbr <mbr@FreeBSD.org>2003-08-12 15:15:34 +0000
commit87cf25dd903944296bae754f0ebbb90d4291f3aa (patch)
treee7fc466c399b9c9c0a44bf5ecf36fd2bb71523e4 /etc/pccard_ether
parent31088bfee5bd60f1348f938b7ef9c491ae7f1dcd (diff)
downloadFreeBSD-src-87cf25dd903944296bae754f0ebbb90d4291f3aa.zip
FreeBSD-src-87cf25dd903944296bae754f0ebbb90d4291f3aa.tar.gz
Fix typo
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index d420ec8..f7cffec 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")
OpenPOWER on IntegriCloud