Explorar el Código

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

Nick Mathewson hace 7 años
padre
commit
107e50a90f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/maint/pre-commit.git-hook

+ 1 - 1
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] \