Add missing "done" keyword for "for" in rc.d/archiso

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2009-10-17 20:44:27 -03:00
parent fc0f752561
commit 25a8ef823a

View File

@ -11,7 +11,7 @@ scan_network ()
netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1) netdevs=$(cat /proc/net/dev | grep ':' | cut -d':' -f1)
for net in ${netdev}; do for net in ${netdev}; do
stats=$(ifconfig ${net} | tr -s "\n" " ") stats=$(ifconfig ${net} | tr -s "\n" " ")
done
} }
scan_mount_pts () scan_mount_pts ()