diff --git a/dracut-functions b/dracut-functions index 8bdfa681..37b58c84 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.