From: Harald Hoyer Date: Mon, 7 Mar 2011 12:05:33 +0000 (+0100) Subject: dracut-functions: space X-Git-Tag: 009~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a0d82a3dddb84c8f2da4a0d23dfb5cd2d91a9ad;p=thirdparty%2Fdracut.git dracut-functions: space --- diff --git a/dracut-functions b/dracut-functions index 8bdfa6815..37b58c84d 100755 --- a/dracut-functions +++ b/dracut-functions @@ -58,7 +58,7 @@ vercmp() { } is_func() { - [[ $(type -t $1) = "function" ]] + [[ $(type -t $1) = "function" ]] } # Log initrd creation.