New upstream version 18.11.2
[deb_dpdk.git] / devtools / checkpatches.sh
index 3b03b7e..02d1c30 100755 (executable)
@@ -62,7 +62,7 @@ check_forbidden_additions() { # <patch>
                -v RET_ON_FAIL=1 \
                -v MESSAGE='Using explicit .svg extension instead of .*' \
                -f $(dirname $(readlink -e $0))/check-forbidden-tokens.awk \
-               "$1" || res = 1
+               "$1" || res=1
 
        return $res
 }