This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix hint typo: No leading underscore in PERL_USE_SAFE_PUTENV
authorAndy Dougherty <doughera@lafayette.edu>
Mon, 4 Aug 2014 14:38:48 +0000 (10:38 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Mon, 4 Aug 2014 14:38:48 +0000 (10:38 -0400)
commitdd25c352db6f2a0adb8324232f6ccfd456d603e9
tree1dca0f8f9ca710344deaad4f5ad156dd4662ab74
parentdee28d0dbca2d9719243e3e17392dcd12d011104
Fix hint typo: No leading underscore in PERL_USE_SAFE_PUTENV

hints/solaris_2.sh generates a config.over script intended to add
PERL_USE_SAFE_PUTENV to ccflags, if it is not already present.  An extra
leading underscore in the check meant that the test always failed and
PERL_USE_SAFE_PUTENV always got added.
hints/solaris_2.sh