From f7d5a163637ef864c2e88048fbaad1372656cada Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 20 May 2008 18:47:06 +0000 Subject: [PATCH] =?UTF-8?q?What=20is=20valid=20for=20Build.sh=20should=20b?= =?UTF-8?q?e=20valid=20for=20test.sh=20too.=20In=20this=20case:=20reset=20?= =?UTF-8?q?the=20locale=20to=20=E2=80=9CC=E2=80=9D=20at=20start.=20Otherwi?= =?UTF-8?q?se,=20perl/OpenBSD=20fails=20in=20an=20UTF-8=20environment,=20j?= =?UTF-8?q?ust=20because=20OpenBSD=204.3/zaurus=20still=20has=20no=20local?= =?UTF-8?q?es=20in=202008.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.sh b/Build.sh index 4333004..ef70013 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.324 2008/05/17 18:27:53 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.325 2008/05/20 18:47:06 tg Exp $' #- # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI @@ -1241,7 +1241,7 @@ case $curdir in *) echo "#!$curdir/mksh" >test.sh ;; esac cat >>test.sh <<-EOF - export PATH='$PATH' + export LC_ALL=C PATH='$PATH' check_categories=$check_categories print Testing mksh for conformance: fgrep MirOS: '$srcdir/check.t'