lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 496fc58 2/3: Quote username in output


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 496fc58 2/3: Quote username in output
Date: Wed, 3 Jun 2020 17:16:26 -0400 (EDT)

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

    Quote username in output
    
    Changed the presentation on /dev/tty only. This is not an IFS matter.
---
 lmi_setup_41.sh | 2 +-
 lmi_setup_42.sh | 2 +-
 lmi_setup_43.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lmi_setup_41.sh b/lmi_setup_41.sh
index ee18b33..373da63 100755
--- a/lmi_setup_41.sh
+++ b/lmi_setup_41.sh
@@ -72,4 +72,4 @@ git config --global user.email gchicares@sbcglobal.net
 git config --global user.name "Gregory W. Chicares"
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Configured 'wine' etc. for $NORMAL_USER."  | tee /dev/tty
+echo "$stamp $0: Configured 'wine' etc. for '$NORMAL_USER'."  | tee /dev/tty
diff --git a/lmi_setup_42.sh b/lmi_setup_42.sh
index 4f2c581..15adfea 100755
--- a/lmi_setup_42.sh
+++ b/lmi_setup_42.sh
@@ -49,4 +49,4 @@ mkdir -p "${logdir}"
 # wine ./lmi_wx_shared.exe --ash_nazg --data_path=../data
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Installed lmi for $NORMAL_USER."  | tee /dev/tty
+echo "$stamp $0: Installed lmi for '$NORMAL_USER'."  | tee /dev/tty
diff --git a/lmi_setup_43.sh b/lmi_setup_43.sh
index 9f034e5..0e7789c 100755
--- a/lmi_setup_43.sh
+++ b/lmi_setup_43.sh
@@ -136,4 +136,4 @@ find . -path ./.git -prune -o -type f -print0 \
   | xargs --null --max-args=1 --max-procs="$(nproc)" --replace='{}' touch 
'--reference=/opt/lmi/src/lmi/{}' '{}'
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
-echo "$stamp $0: Tested lmi for $NORMAL_USER."  | tee /dev/tty
+echo "$stamp $0: Tested lmi for '$NORMAL_USER'."  | tee /dev/tty



reply via email to

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