Use shorthand for loops

This commit is contained in:
Roy Marples
2007-11-29 11:23:06 +00:00
parent 50161bef0e
commit 82df7e4584
8 changed files with 22 additions and 22 deletions

View File

@@ -989,7 +989,7 @@
# eerror "You need to enable IP Policy Routing (CONFIG_IP_MULTIPLE_TABLES)"
# eerror "in your kernel to use ip rules"
# else
# for x in "$@"; do
# for x; do
# ebegin "${x}"
# ip rule add ${x} dev "${IFACE}"
# eend $?