aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 12a1a9f6bf..7beca8cb53 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -562,7 +562,7 @@ if $srcdir
elsif $svn
vcs = VCS::SVN.new($svn == true ? SVNURL : URI.parse($svn))
elsif $git
- vcs = VCS::GIT.new($git == true ? GITURL : URI.parse($git))
+ abort "#{File.basename $0}: use -srcdir with cloned local repository"
else
vcs = VCS::SVN.new(SVNURL)
end