aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-24 08:05:42 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-24 08:05:42 -0500
commit107e50a90f67ed26a7a24cc6135e5191601184fb (patch)
treeb4f0e6fccc3442347179a7436fb974ac72095958 /scripts
parent611e8dcda7e29617db0b78c6fc5a47f66e4d1842 (diff)
downloadtor-107e50a90f67ed26a7a24cc6135e5191601184fb.tar.gz
tor-107e50a90f67ed26a7a24cc6135e5191601184fb.zip
lintChanges.py didn't take a directory argument in 0.2.9
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/pre-commit.git-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/pre-commit.git-hook b/scripts/maint/pre-commit.git-hook
index 724cd77321..a0d0a8bb6c 100755
--- a/scripts/maint/pre-commit.git-hook
+++ b/scripts/maint/pre-commit.git-hook
@@ -10,7 +10,7 @@ workdir=$(git rev-parse --show-toplevel)
cd "$workdir" || exit 1
-python scripts/maint/lintChanges.py ./changes
+python scripts/maint/lintChanges.py ./changes/*
perl scripts/maint/checkSpace.pl -C \
src/lib/*/*.[ch] \