From: Jerry D. Hedden Date: Tue, 11 Dec 2007 09:12:32 +0000 (-0500) Subject: Escape $ENV in comments in config_h.SH X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47d847ba998f71d4ef4a613aea7635fe9d1cd6e8;p=p5sagit%2Fp5-mst-13.2.git Escape $ENV in comments in config_h.SH From: "Jerry D. Hedden" Message-ID: <1ff86f510712110612o7bc5fa2ax9e575c0396cb2a64@mail.gmail.com> p4raw-id: //depot/perl@32607 --- diff --git a/config_h.SH b/config_h.SH index 91b4fcb..1f92344 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1760,7 +1760,7 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un /* LOCALTIME_R_NEEDS_TZSET: * Many libc's localtime_r implementations do not call tzset, * making them differ from localtime(), and making timezone - * changes using $ENV{TZ} without explicitly calling tzset + * changes using \$ENV{TZ} without explicitly calling tzset * impossible. This symbol makes us call tzset before localtime_r */ #$d_localtime_r_needs_tzset LOCALTIME_R_NEEDS_TZSET /**/