prettier export

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@163 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-18 05:53:26 +00:00
parent 7eea3991d3
commit c93d6af445

View File

@ -1,2 +1,7 @@
DIR="`dirname "$0"`"
echo "r`svnversion $DIR | tr : _`"
VERSION="`svnversion "$DIR" | tr : _`"
if [[ "$VERSION" = "exported" ]] ; then
echo "exported"
else
echo "r$VERSION"
fi