summaryrefslogtreecommitdiffstats
path: root/TOOLS/checktree.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/checktree.sh')
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index fb8524bfe4..4af9ad103e 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -64,7 +64,7 @@ all_filenames() {
if [ "$_svn" = "no" ]; then
find . -type f \
| grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \
- | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
+ | grep -v "^\./version\.h\|\.o$\|\.a$\|config.log\|^\./help_mp.h"
else
for p in . libavcodec libavutil libavformat libpostproc ; do
svn info -R $p 2>/dev/null | sed -n \