From 6e5437f86b45ff7b5f2f013c1a8f9cf36795c67b Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 12 Jan 2007 02:12:16 +0000 Subject: [PATCH] =?UTF-8?q?interesting=20way=20to=20break=20things?= =?UTF-8?q?=E2=80=A6=20oeps=20=E2=98=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.sh b/Build.sh index 478526e..741bdc3 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $MirOS: src/bin/mksh/Build.sh,v 1.101 2007/01/12 02:09:10 tg Exp $ +# $MirOS: src/bin/mksh/Build.sh,v 1.102 2007/01/12 02:12:16 tg Exp $ #- # Environment: CC, CFLAGS, CPPFLAGS, LDFLAGS, LIBS, NOWARN, NROFF # With -x: SRCS (extra), TARGET_OS (uname -s) @@ -386,10 +386,10 @@ if test 1 = $NEED_MKSH_SIGNAME; then *:$nr:*) ;; *) echo " { $nr, \"$name\" }," sigseen=$sigseen$nr: - test $h = 1 && printf "$nr " + test $h = 1 && printf "$nr " >&2 ;; esac - done >signames.inc + done 2>&1 >signames.inc grep ', ' signames.inc >/dev/null 2>&1 || exit 1 $e done. fi