]> git.droids-corp.org - dpdk.git/blobdiff - devtools/checkpatches.sh
devtools: fix result of svg include check
[dpdk.git] / devtools / checkpatches.sh
index 2cf2404ba0b154b687a757786fb44e9f080c56f3..32727746446c9ce73e1e07f8353f0f20cb964280 100755 (executable)
@@ -73,7 +73,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
 }