From 1a0d82a3dddb84c8f2da4a0d23dfb5cd2d91a9ad Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 7 Mar 2011 13:05:33 +0100 Subject: [PATCH] dracut-functions: space --- dracut-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-functions b/dracut-functions index 8bdfa68..37b58c8 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. -- 2.7.4