Skip to content
Snippets Groups Projects
Commit dd22c84c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Only run the checkIncludes.py script if it exists

(It was added in 0.3.5)
parent 107e50a9
No related branches found
Tags tor-0.2.2.10-alpha
No related merge requests found
......@@ -21,5 +21,6 @@ src/test/*.[ch] \
src/test/*/*.[ch] \
src/tools/*.[ch]
python scripts/maint/checkIncludes.py
if test -e scripts/maint/checkIncludes.py; then
python scripts/maint/checkIncludes.py
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment