summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index eafd017..5eb0b82 100755
--- a/draklive
+++ b/draklive
@@ -172,7 +172,7 @@ sub install_system {
local %ENV = (
%ENV,
- (map { "DRAKLIVE_". uc($_->[0]) => $_->[1] } group_by2(%{$live->{settings}})),
+ (map { "DRAKLIVE_" . uc($_->[0]) => $_->[1] } group_by2(%{$live->{settings}})),
%{$live->{system}{install_env}},
);
$ENV{DRAKLIVE_LANGS} = join(':', get_langs($live));