X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Fcheck-forbidden-tokens.awk;h=f86cbe8dc17cdec9a8ee75171f8f57922b61c4e9;hb=4c4f83944683eca973d5fc5df76cd6199a090e5f;hp=8c89de3d4eab844f1a9b3a3b3448b4581d4567a4;hpb=b467d38284b1983c172325f2bfacf255b2a90daa;p=dpdk.git diff --git a/devtools/check-forbidden-tokens.awk b/devtools/check-forbidden-tokens.awk index 8c89de3d4e..f86cbe8dc1 100755 --- a/devtools/check-forbidden-tokens.awk +++ b/devtools/check-forbidden-tokens.awk @@ -62,7 +62,7 @@ BEGIN { } END { if (count > 0) { - print "Warning in " substr(last_file,6) ":" + print "Warning in " substr(last_file,7) ":" print MESSAGE exit RET_ON_FAIL }