lintChanges.py didn't take a directory argument in 0.2.9

This commit is contained in:
Nick Mathewson 2019-01-24 08:05:42 -05:00
parent 611e8dcda7
commit 107e50a90f

View File

@ -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] \