Win32 tag build: fix typo

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22321 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-16 10:47:25 +00:00
parent 86a790225c
commit 8beaff0837

View File

@ -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