1
0
Fork 0

fix locale setting

* src/tekuti: Use sh, not bash.

* tekuti/boot.scm (boot): Doh, actually set the locale.
This commit is contained in:
Andy Wingo 2010-11-23 23:15:54 +01:00
parent 16434bdf1d
commit 507db16d48
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/sh
# -*- scheme -*-
exec guile $GUILE_FLAGS -e main "$0" "$@"
!#

View file

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