From e9d944e825a0da090870f5a5833d0b865f227e27 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 12 Jan 2007 02:46:27 +0000 Subject: [PATCH] =?UTF-8?q?user=20should=20be=20able=20to=20override=20if?= =?UTF-8?q?=20he=20wants=20setlocale=20calls=20in=20his=20extra=20small=20?= =?UTF-8?q?mksh=E2=80=A6?= 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 0a63912..83d8f67 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.106 2007/01/12 02:40:18 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.107 2007/01/12 02:46:27 tg Exp $ #- # Environment: CC, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, NOWARN, NROFF # With -x (cross compile): TARGET_OS (default: uname -s) @@ -223,7 +223,7 @@ if test 0 = $HAVE_MKSH_FULL; then EOF test 1 = $HAVE_CAN_FNOINLINE || CFLAGS=$save_CFLAGS - HAVE_SETLOCALE_CTYPE=0 + : ${HAVE_SETLOCALE_CTYPE=0} check_categories=$check_categories,smksh fi