summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-04 10:58:52 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-04 10:58:52 +0000
commit36ff553a583c4cf410ae2cdb94540deb35e73107 (patch)
treefb0a34693f117cc379a7557b2d504aedd409d5c3 /configpm
parent92cde64730ac68c05bd8f8990a57fb156d283457 (diff)
downloadperl-36ff553a583c4cf410ae2cdb94540deb35e73107.tar.gz
Typo configpm
Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr> p4raw-id: //depot/perl@18083
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configpm b/configpm
index 7816c8d669..08e7099000 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 {