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

@ -45,7 +45,7 @@ load_modules() {
eindent
local x= cnt=0
for x in "$@"; do
for x; do
set -- ${x}
ebegin "Loading module $1"
eval modprobe -q "$@"