r22324 - gnucash/trunk/packaging/win32 - Win32 tag build: fix yet another typo

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 16 08:25:57 EDT 2012


Author: gjanssens
Date: 2012-08-16 08:25:57 -0400 (Thu, 16 Aug 2012)
New Revision: 22324
Trac: http://svn.gnucash.org/trac/changeset/22324

Modified:
   gnucash/trunk/packaging/win32/build_tags_git.sh
Log:
Win32 tag build: fix yet another typo

Modified: gnucash/trunk/packaging/win32/build_tags_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 11:12:40 UTC (rev 22323)
+++ gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 12:25:57 UTC (rev 22324)
@@ -81,7 +81,7 @@
 
   # 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



More information about the gnucash-changes mailing list