r22305 - gnucash/trunk/packaging/win32 - Win32: bugfix in the git scripts
Geert Janssens
gjanssens at code.gnucash.org
Sat Aug 11 12:29:56 EDT 2012
Author: gjanssens
Date: 2012-08-11 12:29:56 -0400 (Sat, 11 Aug 2012)
New Revision: 22305
Trac: http://svn.gnucash.org/trac/changeset/22305
Modified:
gnucash/trunk/packaging/win32/build_package_git.sh
gnucash/trunk/packaging/win32/daily_build_git.sh
Log:
Win32: bugfix in the git scripts
Modified: gnucash/trunk/packaging/win32/build_package_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_package_git.sh 2012-08-11 14:24:45 UTC (rev 22304)
+++ gnucash/trunk/packaging/win32/build_package_git.sh 2012-08-11 16:29:56 UTC (rev 22305)
@@ -4,6 +4,7 @@
# 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
# be the top-level daily-build packaging directory.
+# Note: GIT_CMD below should have been set by a calling script.
#
set -o pipefail
Modified: gnucash/trunk/packaging/win32/daily_build_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/daily_build_git.sh 2012-08-11 14:24:45 UTC (rev 22304)
+++ gnucash/trunk/packaging/win32/daily_build_git.sh 2012-08-11 16:29:56 UTC (rev 22305)
@@ -18,7 +18,7 @@
# Variables
_GIT_UDIR=`unix_path $GIT_DIR`
set_env "$_GIT_UDIR/bin/git" GIT_CMD
-export $GIT_CMD
+export GIT_CMD
$GIT_CMD pull
./build_package_git.sh
More information about the gnucash-changes
mailing list