mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
lintChanges.py didn't take a directory argument in 0.2.9
This commit is contained in:
parent
611e8dcda7
commit
107e50a90f
@ -10,7 +10,7 @@ workdir=$(git rev-parse --show-toplevel)
|
|||||||
|
|
||||||
cd "$workdir" || exit 1
|
cd "$workdir" || exit 1
|
||||||
|
|
||||||
python scripts/maint/lintChanges.py ./changes
|
python scripts/maint/lintChanges.py ./changes/*
|
||||||
|
|
||||||
perl scripts/maint/checkSpace.pl -C \
|
perl scripts/maint/checkSpace.pl -C \
|
||||||
src/lib/*/*.[ch] \
|
src/lib/*/*.[ch] \
|
||||||
|
Loading…
Reference in New Issue
Block a user