call setlocale
* tekuti/boot.scm (boot): Call (setlocale LC_ALL) to pull in locale settings from the environment.
This commit is contained in:
parent
b9b78f3b8a
commit
73bd5c3a3e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue