1
0
Fork 0

call setlocale

* tekuti/boot.scm (boot): Call (setlocale LC_ALL) to pull in locale
  settings from the environment.
This commit is contained in:
Andy Wingo 2010-10-14 12:17:26 +02:00
parent b9b78f3b8a
commit 73bd5c3a3e

View file

@ -70,6 +70,7 @@
opts)) opts))
(define (boot args) (define (boot args)
(setlocale LC_ALL)
(let ((options (parse-options args))) (let ((options (parse-options args)))
(let ((config (option-ref options 'config #f))) (let ((config (option-ref options 'config #f)))
(if config (if config