devtools: relax rule for identifying symbol section
[dpdk.git] / devtools / checkpatches.sh
index 2509269..ba795ad 100755 (executable)
@@ -29,7 +29,7 @@ clean_tmp_files() {
        fi
 }
 
-trap "clean_tmp_files" SIGINT
+trap "clean_tmp_files" INT
 
 print_usage () {
        cat <<- END_OF_HELP