fix locale setting
* src/tekuti: Use sh, not bash. * tekuti/boot.scm (boot): Doh, actually set the locale.
This commit is contained in:
parent
16434bdf1d
commit
507db16d48
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#!/bin/sh
|
||||
# -*- scheme -*-
|
||||
exec guile $GUILE_FLAGS -e main "$0" "$@"
|
||||
!#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue