easier way to fix it, WFM on BSD/OS

This commit is contained in:
tg
2008-04-01 17:25:37 +00:00
parent 5198f4c358
commit 47a7d246ca
2 changed files with 5 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.310 2008/04/01 17:22:53 tg Exp $'
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.311 2008/04/01 17:25:36 tg Exp $'
#-
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
@@ -1236,9 +1236,6 @@ cat >>test.sh <<-EOF
perl=perl5
\$perl -e print >/dev/null 2>&1 || perl=perl
\$perl -e print >/dev/null 2>&1 || exit 1
print '\\ufeffprint "moien";' >test.tmp
[[ \$(\$perl test.tmp 2>&1) = moien ]] || \\
check_categories=\$check_categories,oldish-perl
exec \$perl '$srcdir/check.pl' -s '$srcdir/check.t' \\
-p '$curdir/mksh' -C \$check_categories \$*$tsts
EOF