mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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:
parent
86a790225c
commit
8beaff0837
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user