From 5596f9f0376a105a231d03023aee519581e4ecc8 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 16 Aug 2012 12:25:57 +0000 Subject: [PATCH] Win32 tag build: fix yet another typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22324 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/build_tags_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/build_tags_git.sh b/packaging/win32/build_tags_git.sh index 1a03275688..da1f876b45 100644 --- a/packaging/win32/build_tags_git.sh +++ b/packaging/win32/build_tags_git.sh @@ -81,7 +81,7 @@ for tag_rev in $tags ; do # Check out the tag and setup custom.sh qpushd ${tagdir} - $GIT_CMD clone ${REPO_URL} repos + $GIT_CMD clone ${REPOS_URL} repos qpushd repos $GIT_CMD checkout $tag qpopd