Change 17877 by [EMAIL PROTECTED] on 2002/09/09 09:09:30

        Subject: [PATCH] configpm
        From: Abe Timmerman <[EMAIL PROTECTED]>
        Date: Sun, 8 Sep 2002 17:21:19 +0200
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/configpm#40 edit

Differences ...

==== //depot/perl/configpm#40 (xtext) ====
Index: perl/configpm
--- perl/configpm#39~17860~     Sun Sep  8 06:48:49 2002
+++ perl/configpm       Mon Sep  9 02:09:30 2002
@@ -159,7 +159,7 @@
     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
End of Patch.

Reply via email to