From 507db16d489e75408d93edf2a46f52c4fd3a42be Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 23 Nov 2010 23:15:54 +0100 Subject: fix locale setting * src/tekuti: Use sh, not bash. * tekuti/boot.scm (boot): Doh, actually set the locale. --- src/tekuti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tekuti b/src/tekuti index 29270df..9f30010 100755 --- a/src/tekuti +++ b/src/tekuti @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/sh # -*- scheme -*- exec guile $GUILE_FLAGS -e main "$0" "$@" !# -- cgit v1.3-2-g0d8e