lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 197d6dde 2/3: Regularize whitespace


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 197d6dde 2/3: Regularize whitespace
Date: Wed, 1 Feb 2023 22:41:30 -0500 (EST)

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

    Regularize whitespace
---
 lmi_setup_43.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 0776a96a..990dd2ca 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -124,10 +124,10 @@ git clone git://git.savannah.nongnu.org/lmi.git \
 cd lmi || { printf 'failed: cd\n'; exit 3; }
 
 if [ "greg" = "$(whoami)" ]; then
-git config --global user.email gchicares@sbcglobal.net
-git config --global user.name "Gregory W. Chicares"
-# Iff this chroot needs write access to savannah, then reconfigure
-# the URL, using your savannah ID instead of mine:
+  git config --global user.email gchicares@sbcglobal.net
+  git config --global user.name "Gregory W. Chicares"
+  # Iff this chroot needs write access to savannah, then reconfigure
+  # the URL, using your savannah ID instead of mine:
   git remote set-url --push origin chicares@git.sv.gnu.org:/srv/git/lmi.git
   git remote add xanadu     https://github.com/vadz/lmi.git   || echo "Oops."
   git remote add shangri-la https://github.com/thesiv/lmi.git || echo "Oops."



reply via email to

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