aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/checkpatches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/checkpatches.sh')
-rwxr-xr-xdevtools/checkpatches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh
index 3b03b7ef..02d1c303 100755
--- a/devtools/checkpatches.sh
+++ b/devtools/checkpatches.sh
@@ -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
}