See bug report at https://bugs.gentoo.org/show_bug.cgi?id=502064 --- dracut.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut.sh b/dracut.sh index 5267af5..1e35e09 100755 --- a/dracut.sh +++ b/dracut.sh @@ -551,7 +551,7 @@ done # the old fashioned way while (($# > 0)); do - if [ ${1%%=*} == "++include" ]; then + if [ "${1%%=*}" == "++include" ]; then push include_src "$2" push include_target "$3" PARMS_TO_STORE+=" --include '$2' '$3'" -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html