guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Mathieu Othacehe
Date: Tue, 2 Feb 2021 07:09:56 -0500 (EST)

branch: master
commit b33fe066d56ce83bbfdee70e9d3954d1af6ea82f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Feb 2 13:08:52 2021 +0100

    Use a default locale.
    
    This prevents the dates from being formatted using the current locale.
    
    * bin/cuirass.in: Use a default locale.
---
 bin/cuirass.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/cuirass.in b/bin/cuirass.in
index 18e2aab..8edebef 100644
--- a/bin/cuirass.in
+++ b/bin/cuirass.in
@@ -95,6 +95,9 @@ exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
   (setvbuf (current-output-port) 'line)
   (setvbuf (current-error-port) 'line)
 
+  ;; Use a default locale.
+  (setlocale LC_ALL "en_US.UTF-8")
+
   (let ((opts (getopt-long args %options)))
     (parameterize
         ((%program-name     (car args))



reply via email to

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