Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 53de846c3ad88dee846624ea33034c45122882a1
https://github.com/Perl/perl5/commit/53de846c3ad88dee846624ea33034c45122882a1
Author: Mike Fulton <[email protected]>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M runtests.SH
Log Message:
-----------
Enable z/OS to run with '-e' option for runtests
Change this code so that the unset of MAKEFLAGS is protected because,
on z/OS, unset will return non-zero if the variable is not set and this
then causes the shell to fail because it is being run with _-e_. This
change is only required for z/OS but is harmless to have on all
platforms.