aboutsummaryrefslogtreecommitdiff
path: root/tools/dist-scummvm.sh
diff options
context:
space:
mode:
authorMax Horn2010-03-31 22:31:24 +0000
committerMax Horn2010-03-31 22:31:24 +0000
commit3434aadcb97a30ab60ec3db7b8ef7d05c2f46369 (patch)
tree98877349494ba7e0af73bf3db78688b29309a91e /tools/dist-scummvm.sh
parent34153fbfe2398bdf447b0457f3ba79c87db9c2b9 (diff)
downloadscummvm-rg350-3434aadcb97a30ab60ec3db7b8ef7d05c2f46369.tar.gz
scummvm-rg350-3434aadcb97a30ab60ec3db7b8ef7d05c2f46369.tar.bz2
scummvm-rg350-3434aadcb97a30ab60ec3db7b8ef7d05c2f46369.zip
Change 'CVS' to 'SVN' in dist-module.sh
svn-id: r48441
Diffstat (limited to 'tools/dist-scummvm.sh')
-rwxr-xr-xtools/dist-scummvm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dist-scummvm.sh b/tools/dist-scummvm.sh
index f4948ded21..de76c9f6a9 100755
--- a/tools/dist-scummvm.sh
+++ b/tools/dist-scummvm.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
#
-# dist-module.sh - make release tarballs for one CVS module
+# dist-module.sh - make release tarballs for one SVN module
#
# Largely based on dist-fink.sh, Copyright (c) 2001 Christoph Pfisterer.
# Modified to use Subversion instead of CVS by Max Horn in 2007.
@@ -63,7 +63,7 @@ fi
### check code out from SVN
# TODO: Add support for making tarballs from trunk / branches?
-echo "Exporting module $module, tag $tag from CVS:"
+echo "Exporting module $module, tag $tag from SVN:"
svn export "$svnroot/$module/tags/$tag" $fullname
if [ ! -d $fullname ]; then
echo "SVN export failed, directory $fullname doesn't exist!"