From f8942882048177ae9774f78489de19b858a19ec0 Mon Sep 17 00:00:00 2001 From: tg Date: Tue, 15 Jul 2008 23:44:51 +0000 Subject: [PATCH] =?UTF-8?q?BSDi=20BSD/OS=203.1=E2=80=99s=20/bin/ksh=20(PD?= =?UTF-8?q?=20KSH=20v5.2.8=2096/08/19)=20is=20horridly=20broken=20and=20re?= =?UTF-8?q?moves=20the=20\n=20part=20of=20a=20=E2=80=9C\\\n=E2=80=9D=20seq?= =?UTF-8?q?uence,=20but=20not=20the=20backslash=20=E2=87=92=20we=20can?= =?UTF-8?q?=E2=80=99t=20use=20line=20continuation=20in=20a=20here=20docume?= =?UTF-8?q?nt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit someone might want to add this to *(autoconf) Portable Shell:: --- Build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Build.sh b/Build.sh index 3f72a70..f2d810d 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.344 2008/07/15 20:54:47 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.345 2008/07/15 23:44:51 tg Exp $' #- # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI @@ -1273,8 +1273,7 @@ cat >>test.sh <<-EOF print "Perl interpreter '\$perli' running on '\$perlos'" [[ -n \$perlos ]] && break done - exec \$perli '$srcdir/check.pl' -s '$srcdir/check.t' \\ - -p '$curdir/mksh' -C \${check_categories#,} \$*$tsts + exec \$perli '$srcdir/check.pl' -s '$srcdir/check.t' -p '$curdir/mksh' -C \${check_categories#,} \$*$tsts EOF chmod 755 test.sh echo set -x >Rebuild.sh