From e811361206b641f8ebc93f725fef8f16fb94397f Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sat, 17 Mar 2007 12:35:31 +0100 Subject: [PATCH] linuxrc: tab cleanup --- linuxrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxrc b/linuxrc index 52d1c43..5492b5c 100755 --- 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 -- 2.1.4