summaryrefslogtreecommitdiffstats
path: root/perl-install/run_program.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/run_program.pm')
-rw-r--r--perl-install/run_program.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm
index c396df49f..1bd8ef04f 100644
--- a/perl-install/run_program.pm
+++ b/perl-install/run_program.pm
@@ -48,7 +48,7 @@ sub raw {
($stderr_mode, $stderr_raw, @args) = @args if $args[0] =~ /^2>>?$/;
my $args = $options->{sensitive_arguments} ? '<hidden arguments>' : join(' ', @args);
- log::l("running: $real_name$args" . ($root ? " with root $root" : ""));
+ log::l("running: $real_name $args" . ($root ? " with root $root" : ""));
return 1 if $root && $<;