summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/boot.scm
diff options
context:
space:
mode:
authorGravatar Andy Wingo2010-10-14 12:17:26 +0200
committerGravatar Andy Wingo2010-11-13 18:47:03 +0100
commit73bd5c3a3ea4e07a0d9ecf309dda6274b8021077 (patch)
tree96848ebb7441bed5041237c73fff2ff4c6a7ed59 /tekuti/boot.scm
parentb9b78f3b8acea1603b17ad633f798bbbb60a0933 (diff)
downloadtekuti-73bd5c3a3ea4e07a0d9ecf309dda6274b8021077.tar.gz
tekuti-73bd5c3a3ea4e07a0d9ecf309dda6274b8021077.zip
call setlocale
* tekuti/boot.scm (boot): Call (setlocale LC_ALL) to pull in locale settings from the environment.
Diffstat (limited to 'tekuti/boot.scm')
-rw-r--r--tekuti/boot.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tekuti/boot.scm b/tekuti/boot.scm
index dd85bf4..2380e7c 100644
--- a/tekuti/boot.scm
+++ b/tekuti/boot.scm
@@ -70,6 +70,7 @@
opts))
(define (boot args)
+ (setlocale LC_ALL)
(let ((options (parse-options args)))
(let ((config (option-ref options 'config #f)))
(if config