ui: Set default locale for all commands.
* haunt/ui.scm (haunt-main): Set LC_ALL.
This commit is contained in:
parent
19a26608f2
commit
8d027f025b
|
@ -124,6 +124,7 @@ There is NO WARRANTY, to the extent permitted by law.~%"
|
|||
(apply command-main args))))
|
||||
|
||||
(define* (haunt-main arg0 . args)
|
||||
(setlocale LC_ALL "")
|
||||
(match args
|
||||
(()
|
||||
(show-haunt-usage))
|
||||
|
|
Loading…
Reference in New Issue