Browse Source

dracut-functions: space

master
Harald Hoyer 14 years ago
parent
commit
1a0d82a3dd
  1. 2
      dracut-functions

2
dracut-functions

@ -58,7 +58,7 @@ vercmp() { @@ -58,7 +58,7 @@ vercmp() {
}

is_func() {
[[ $(type -t $1) = "function" ]]
[[ $(type -t $1) = "function" ]]
}

# Log initrd creation.

Loading…
Cancel
Save