]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: Add a missing '['
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 10 Oct 2013 08:52:06 +0000 (10:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2013 22:18:14 +0000 (23:18 +0100)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel-yocto.bbclass

index 97a5fa7a27ad0ddbb8337e54f9e11dbdf758d3c8..8f799324384c81a34b115ce87fbe128beac1ba91 100644 (file)
@@ -298,7 +298,7 @@ do_validate_branches() {
        set +e
        # if SRCREV is AUTOREV it shows up as AUTOINC there's nothing to
        # check and we can exit early
-       if [ "${SRCREV_machine}" = "AUTOINC" ] || "${SRCREV_machine}" = "INVALID" ] ||
+       if [ "${SRCREV_machine}" = "AUTOINC" ] || "${SRCREV_machine}" = "INVALID" ] ||
           [ "${SRCREV_machine}" = "" ]; then
                return
        fi