summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/apply.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coccinelle/apply.sh')
-rwxr-xr-xscripts/coccinelle/apply.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/apply.sh b/scripts/coccinelle/apply.sh
index 82e773dc39..f531d7fa32 100755
--- a/scripts/coccinelle/apply.sh
+++ b/scripts/coccinelle/apply.sh
@@ -6,4 +6,4 @@
top="$(dirname "$0")/../.."
spatch -macro_file_builtins "$top"/scripts/coccinelle/tor-coccinelle.h \
- -I "$top" -I "$top"/src -I "$top"/ext "$@"
+ -I "$top" -I "$top"/src -I "$top"/ext --defined COCCI "$@"