Win32 tag build: fix another typo

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22322 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-16 11:01:11 +00:00
parent 8beaff0837
commit a268c78406

View File

@ -81,7 +81,7 @@ for tag_rev in $tags ; do
# Check out the tag and setup custom.sh
$GIT_CMD clone ${REPO_URL} ${tagdir}/repos
qpushd {tagdir}/repos
qpushd ${tagdir}/repos
$GIT_CMD checkout $tag
qpopd
w32pkg=${tagdir}/repos/packaging/win32