This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mg.c: Fix isSCRIPT_RUN call
authorKarl Williamson <khw@cpan.org>
Fri, 2 Mar 2018 15:04:00 +0000 (08:04 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 2 Mar 2018 15:10:42 +0000 (08:10 -0700)
commit8c53dadaae93f83724d12eb772b088eb0237843e
treeb8fa16a923cdc50c0a0cda4adf672ea1d062d471
parentbe68a30e444b3213a95df511fb8e856b2107ce73
mg.c: Fix isSCRIPT_RUN call

Commit 49cd072660b3b1858be5f27df107b3b42498a3f3 failed to fix up this
call to isSCRIPT_RUN, which is typically only compiled on Windows.
mg.c