aboutsummaryrefslogtreecommitdiff
path: root/change
diff options
context:
space:
mode:
Diffstat (limited to 'change')
-rwxr-xr-xchange1
1 files changed, 1 insertions, 0 deletions
diff --git a/change b/change
index 344a650..c53dadb 100755
--- a/change
+++ b/change
@@ -1,6 +1,7 @@
#!/usr/bin/bash
export CHANGE_LOG_TARGET="/tmp/$(basename $0).$$.tmp"
+export CHANGE_LOG_IGNORE_PATTERN_PATH=".change_log_ignore"
LD_PRELOAD=libChangeLog.so eval "$@"