ui: Set default locale for all commands.

* haunt/ui.scm (haunt-main): Set LC_ALL.
This commit is contained in:
David Thompson 2015-07-26 23:07:39 -04:00
parent 19a26608f2
commit 8d027f025b
1 changed files with 1 additions and 0 deletions

View File

@ -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))