lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1f16085 1/4: Fix defect introduced 20200225T2


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1f16085 1/4: Fix defect introduced 20200225T2312Z: stray comma
Date: Thu, 27 Feb 2020 16:09:37 -0500 (EST)

branch: master
commit 1f16085941f3dfecf1b99b1a004e8a2882be1459
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix defect introduced 20200225T2312Z: stray comma
    
    Arguments to the zsh printf builtin are not to be separated by commas.
---
 gwc/.zshrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gwc/.zshrc b/gwc/.zshrc
index d501e17..e5a8a5f 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -16,7 +16,7 @@ export PATH="$MINIMAL_PATH"
 export DISPLAY=":0.0"
 
 if [ "$(umask)" -ne 022 ]; then
-  printf "Overriding bogus umask %s\n", "$(umask)"
+  printf "Overriding bogus umask %s\n" "$(umask)"
   umask 022
 fi
 



reply via email to

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