gnucash-on-windows master: Fix git command in new Google Test module.

John Ralls jralls at code.gnucash.org
Thu Feb 16 14:03:36 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/a8f77b09 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/fdf048d0 (commit)



commit a8f77b099a834da5185b18cb2c17348c85642418
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 16 11:01:20 2017 -0800

    Fix git command in new Google Test module.

diff --git a/install-impl.sh b/install-impl.sh
index 843b539..0f10e09 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1302,7 +1302,7 @@ function inst_boost() {
 }
 
 function inst_gtest() {
-    setup Googe Test Framework
+    setup Google Test Framework
     get_major_minor "$GNUCASH_SCM_REV"
     if [ "$GNUCASH_SCM_REV" != "master" ] &&
         (( $major_minor <= 206 )); then
@@ -1322,7 +1322,7 @@ function inst_gtest() {
         echo "Google test framework already installed in ${_GTEST_UDIR}. skipping."
     else
         rm -fr ${_GTEST_UDIR}
-        git clone $GTEST_REPO -b $GTEST_VERSION ${_GTEST_UDIR}
+        $GIT_CMD clone $GTEST_REPO -b $GTEST_VERSION ${_GTEST_UDIR}
 
         ([ -f ${GTEST_ROOT}/src/gtest-all.cc ] &&
          [ -f ${GTEST_ROOT}/include/gtest/gtest.h ] &&



Summary of changes:
 install-impl.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list