From: Abe Timmerman Date: Sun, 8 Sep 2002 17:21:19 +0000 (+0200) Subject: configpm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d4de4258b931cc1df88e6dfd94fd1a8f5c8d48d0;p=p5sagit%2Fp5-mst-13.2.git configpm Message-Id: <200209081721.19233.abe@ztreet.demon.nl> p4raw-id: //depot/perl@17877 --- diff --git a/configpm b/configpm index f3bc3e8..9ab7057 100755 --- a/configpm +++ b/configpm @@ -159,7 +159,7 @@ while () { 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