aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
authorTimo Paulssen <timonator@perpetuum-immobile.de>2014-03-17 00:59:04 +0100
committerTimo Paulssen <timonator@perpetuum-immobile.de>2014-03-17 00:59:04 +0100
commitdda5873b9651c1c8d3d32a5b1a52ad9156fad5b1 (patch)
treecb7dcec03f07c1b7948e9de842dbbee65a65ef78 /Configure.pl
parentae704363e4b1b2d3a5c5ba6d925f4b1904f314c8 (diff)
Mouq++ found this
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure.pl b/Configure.pl
index c24cd6b..d9bca6a 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -111,7 +111,7 @@ MAIN: {
{ '$(RAKUDO_DIR)/$(PERL6_' . uc(substr $_, 0, 1) . '_EXE)' }
keys %backends;
$config{backend_module_install} = join ' ', map
- { 'module-install-' . uc(substr $_, 0, 1) }
+ { 'module-install-' . lc(substr $_, 0, 1) }
keys %backends;
$config{default_backend_exe} = '$(PERL6_' .
uc(substr $default_backend, 0, 1) .