tools: Fix typo in check-for-missing.py

This commit is contained in:
Bastien Nocera 2011-03-07 02:39:20 +00:00
parent 1496d6af2f
commit b4489d9ea6

View File

@ -3,7 +3,7 @@
# This is a simple script that we use to check for files in git
# and not in the distribution. It was previously written in shell
# and inlined in the Makefile.am, but 'git ls-files --exclude=<pattern>'
# was changed to no longer due anything useful, which made that
# was changed to no longer do anything useful, which made that
# too challenging to be worthwhile.
import fnmatch, os, subprocess, sys