mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
prettier export
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@163 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
7eea3991d3
commit
c93d6af445
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user