lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 2e27b0c: Handle git submodules more robustly


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2e27b0c: Handle git submodules more robustly
Date: Thu, 1 Oct 2020 05:58:07 -0400 (EDT)

branch: master
commit 2e27b0c2152318234c8525f0673a02ee0a15e7b8
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Handle git submodules more robustly
    
    Copied two lines from 'install_wx.sh'.
---
 install_msw.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install_msw.sh b/install_msw.sh
index dbddee9..f60eb3f 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -220,6 +220,9 @@ cd /opt/lmi/src/lmi || printf 'Cannot cd\n'
 
 ./check_git_setup.sh
 
+# Get any new submodules that may have been added, even if nested.
+git submodule update "$coefficiency" --recursive --init
+
 if [ "Cygwin" = "$platform" ]
 then
     # A "Replacing former [...] mount:" message probably means that this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]