Remove copy and paste error from FFmpeg sync, MPlayer does not support

out-of-tree build directories.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19969 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-09-24 15:53:23 +00:00
parent a88de95383
commit dc5712ce3a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
test "$1" && extra="-$1"
svn_revision=`LC_ALL=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
test $svn_revision || svn_revision=`cd "$1" && grep revision .svn/entries | \
test $svn_revision || svn_revision=`grep revision .svn/entries | \
cut -d '"' -f2 2> /dev/null`
test $svn_revision || svn_revision=UNKNOWN