dump the perl $^O string in the logs… all Debian GNU/kFreeBSD developers
I can ping right now “need to refresh their keys on io/asdfasdf” or have their machines unreachable… and I lost my VM to fsck recently (remember)
This commit is contained in:
parent
064ae65dee
commit
1f0e071c6d
6
Build.sh
6
Build.sh
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.333 2008/07/06 23:19:31 tg Exp $'
|
||||
srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.334 2008/07/08 21:05:01 tg Exp $'
|
||||
#-
|
||||
# Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
|
||||
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI
|
||||
@ -1263,7 +1263,9 @@ cat >>test.sh <<-EOF
|
||||
print 'test.sh built for mksh $dstversion'
|
||||
perl=perl5
|
||||
\$perl -e print >/dev/null 2>&1 || perl=perl
|
||||
\$perl -e print >/dev/null 2>&1 || exit 1
|
||||
perlos=\$(\$perl -e 'print "\$^O";') || exit 1
|
||||
print "Perl interpreter '\$perl' running on '\$perlos'"
|
||||
[[ -n \$perlos ]] || exit 1
|
||||
exec \$perl '$srcdir/check.pl' -s '$srcdir/check.t' \\
|
||||
-p '$curdir/mksh' -C \${check_categories#,} \$*$tsts
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user