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