lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b6c641f9: Add temporary statements to debug a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b6c641f9: Add temporary statements to debug a script
Date: Sun, 29 Jan 2023 17:14:19 -0500 (EST)

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

    Add temporary statements to debug a script
---
 nychthemeral_test.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nychthemeral_test.sh b/nychthemeral_test.sh
index a246ed87..cac2f728 100755
--- a/nychthemeral_test.sh
+++ b/nychthemeral_test.sh
@@ -281,6 +281,10 @@ nychthemeral_clutter='
 
 if ! tty -s; then 
nychthemeral_clutter="${absent_tty_clutter}${nychthemeral_clutter}"; fi
 
+# for temporary debugging...
+tty -s || echo "no tty"
+echo "${nychthemeral_clutter}"
+
 # Install a bland 'configurable_settings.xml' for all architectures.
 # This overwrites any existing file, but developers probably won't
 # care, and end users are unaffected. Without this step, the



reply via email to

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