cosmetics/indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-12-03 21:45:43 +00:00
parent 284673cbf5
commit 2ac12d82d8
1 changed files with 3 additions and 2 deletions

View File

@ -67,8 +67,9 @@ all_filenames() {
| grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h"
else else
for p in . libavcodec libavutil libavformat ; do for p in . libavcodec libavutil libavformat ; do
svn info -R $p | sed -n '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; svn info -R $p | sed -n \
/Node Kind:/bd; bc; :d; /directory/ba; g; p;' '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n;
/Node Kind:/bd; bc; :d; /directory/ba; g; p;'
done done
fi fi
} }