linuxrc: tab cleanup
authorMichael Gebetsroither <michael.geb@gmx.at>
Sat, 17 Mar 2007 11:35:31 +0000 (12:35 +0100)
committerMichael Gebetsroither <michael.geb@gmx.at>
Sat, 17 Mar 2007 11:35:31 +0000 (12:35 +0100)
linuxrc

diff --git a/linuxrc b/linuxrc
index 52d1c43..5492b5c 100755 (executable)
--- a/linuxrc
+++ b/linuxrc
@@ -524,7 +524,7 @@ if [ -n "$NFS" ]; then
     for mod in $@ ; do
       if [ -n "$DEBUG" ] ; then
          echo "Debug: trying to load $mod:"
-        modprobe -v $mod
+         modprobe -v $mod
       else
          modprobe $mod 2>/dev/null
       fi