From 8beaff08374fe80a91fa0c3b42722e047531e826 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 16 Aug 2012 10:47:25 +0000 Subject: [PATCH] Win32 tag build: fix typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22321 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 fc73b881f3..f797dfa393 100644 --- a/packaging/win32/build_tags_git.sh +++ b/packaging/win32/build_tags_git.sh @@ -80,7 +80,7 @@ for tag_rev in $tags ; do cp -p $(unix_path ${DOWNLOAD_DIR})/* ${tagbasedir}/downloads # Check out the tag and setup custom.sh - $GIT_CMD clone checkout ${REPO_URL} ${tagdir}/repos + $GIT_CMD clone ${REPO_URL} ${tagdir}/repos qpushd {tagdir}/repos $GIT_CMD checkout $tag qpopd