lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 30cc3a19: Suppress commands that seem not to


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 30cc3a19: Suppress commands that seem not to work
Date: Mon, 16 May 2022 20:44:11 -0400 (EDT)

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

    Suppress commands that seem not to work
    
    The error message is:
    
    + git remote add xanadu https://github.com/vadz/lmi.git
    fatal: not a git repository (or any of the parent directories): .git
    
    This doesn't look terribly difficult to resolve, but for the moment
    it's better to bypass it.
---
 lmi_setup_25.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_25.sh b/lmi_setup_25.sh
index 0a4c0590..2b1691cf 100755
--- a/lmi_setup_25.sh
+++ b/lmi_setup_25.sh
@@ -68,8 +68,8 @@ git config --global push.recurseSubmodules check
 if [ "greg" = "$(whoami)" ]; then
 git config --global user.email gchicares@sbcglobal.net
 git config --global user.name "Gregory W. Chicares"
-git remote add xanadu     https://github.com/vadz/lmi.git
-git remote add shangri-la https://github.com/thesiv/lmi.git
+git remote add xanadu     https://github.com/vadz/lmi.git   || echo "Huh?"
+git remote add shangri-la https://github.com/thesiv/lmi.git || echo "Huh?"
 fi
 
 # Avoid "fatal: Invalid cleanup mode scissors" with ancient git.



reply via email to

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