]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions: space
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:05:33 +0000 (13:05 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:37:17 +0000 (13:37 +0100)
dracut-functions

index 8bdfa6815a700fad84790f8a2e9846f8678719ba..37b58c84d1018653c8a21a891474ebd82cf9dee6 100755 (executable)
@@ -58,7 +58,7 @@ vercmp() {
 }
 
 is_func() {
-     [[ $(type -t $1) = "function" ]] 
+    [[ $(type -t $1) = "function" ]] 
 }
 
 # Log initrd creation.