From 82df7e4584282896a0618f14cca2dd3f3d23e8a2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 29 Nov 2007 11:23:06 +0000 Subject: Use shorthand for loops --- init.d.Linux/modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux/modules') diff --git a/init.d.Linux/modules b/init.d.Linux/modules index d2f25b67..4c21fdb5 100755 --- a/init.d.Linux/modules +++ b/init.d.Linux/modules @@ -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 "$@" -- cgit v1.2.3