mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
50f62a5516
commit
464e11d1c7
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user