summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 7cf9b233d5..7d186b7ffa 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -67,8 +67,9 @@ all_filenames() {
| grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
else
for p in . libavcodec libavutil libavformat ; do
- svn info -R $p | sed -n '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
- /Node Kind:/bd; bc; :d; /directory/ba; g; p;'
+ svn info -R $p | sed -n \
+ '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
+ /Node Kind:/bd; bc; :d; /directory/ba; g; p;'
done
fi
}