diff options
Diffstat (limited to 'init.d.Linux/modules')
-rwxr-xr-x | init.d.Linux/modules | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |