From: Nick Mathewson Date: Thu, 24 Jan 2019 13:05:42 +0000 (-0500) Subject: lintChanges.py didn't take a directory argument in 0.2.9 X-Git-Tag: tor-0.4.1.0-alpha-dev~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=107e50a90f67ed26a7a24cc6135e5191601184fb;p=thirdparty%2Ftor.git lintChanges.py didn't take a directory argument in 0.2.9 --- 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] \