diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2002-09-08 19:21:19 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-09 09:09:30 +0000 |
commit | d4de4258b931cc1df88e6dfd94fd1a8f5c8d48d0 (patch) | |
tree | 82799966fa5f2a3293919215d8c6312ef0c7115f /configpm | |
parent | d97afc04e7e0c6020364b80d930005281e90a032 (diff) | |
download | perl-d4de4258b931cc1df88e6dfd94fd1a8f5c8d48d0.tar.gz |
configpm
Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@17877
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ while (<CONFIG_SH>) { next if m:^#!/bin/sh:; # Catch PERL_CONFIG_SH=true and PERL_VERSION=n line from Configure. - s/^(\w+)=(true|\d+)\s*$/$1='$2'\n/; + s/^(\w+)=(true|\d+)\s*$/$1='$2'\n/ or m/^(\w+)='(.*)'$/; my($k, $v) = ($1, $2); # grandfather PATCHLEVEL and SUBVERSION and CONFIG |