diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-08-12 15:15:34 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-08-12 15:15:34 +0000 |
commit | 5912967938ed419d7bc41ec4bb8008b9906b4e5c (patch) | |
tree | e7fc466c399b9c9c0a44bf5ecf36fd2bb71523e4 /etc | |
parent | 445e4e83c537720c19fa60d807ca5a687b8c9803 (diff) | |
download | src-5912967938ed419d7bc41ec4bb8008b9906b4e5c.tar.gz src-5912967938ed419d7bc41ec4bb8008b9906b4e5c.zip |
Fix typo
Notes
Notes:
svn path=/head/; revision=118829
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/pccard_ether | 2 |
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") |