Win32: bugfix in the git scripts

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22305 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2012-08-11 16:29:56 +00:00
parent 50f62a5516
commit 464e11d1c7
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
# This assumes we're in the "packaging" directory for the correct build. # This assumes we're in the "packaging" directory for the correct build.
# It could be the packaging/win32 subdir of a tag checkout, or it could # It could be the packaging/win32 subdir of a tag checkout, or it could
# be the top-level daily-build packaging directory. # be the top-level daily-build packaging directory.
# Note: GIT_CMD below should have been set by a calling script.
# #
set -o pipefail set -o pipefail

View File

@ -18,7 +18,7 @@ qpushd "$(dirname $(unix_path "$0"))"
# Variables # Variables
_GIT_UDIR=`unix_path $GIT_DIR` _GIT_UDIR=`unix_path $GIT_DIR`
set_env "$_GIT_UDIR/bin/git" GIT_CMD set_env "$_GIT_UDIR/bin/git" GIT_CMD
export $GIT_CMD export GIT_CMD
$GIT_CMD pull $GIT_CMD pull
./build_package_git.sh ./build_package_git.sh