From: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Mon, 4 Nov 2002 10:58:52 +0000 (+0000)
Subject: Typo configpm
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36ff553a583c4cf410ae2cdb94540deb35e73107;p=p5sagit%2Fp5-mst-13.2.git

Typo configpm
Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>

p4raw-id: //depot/perl@18083
---

diff --git a/configpm b/configpm
index 7816c8d..08e7099 100755
--- a/configpm
+++ b/configpm
@@ -326,7 +326,7 @@ sub config_sh {
 
 sub config_re {
     my $re = shift;
-    return map { chomp; $_ } grep /^$re=/, split /^/, $config_sh;
+    return map { chomp; $_ } grep /^$re=/, split /^/, $Config_SH;
 }
 
 sub config_vars {