diff options
Diffstat (limited to 'perl-install/run_program.pm')
-rw-r--r-- | perl-install/run_program.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 54887f882..15394a1be 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -9,7 +9,7 @@ use log; sub run($@) { rooted('', @_) } -sub rooted($$@) { +sub rooted { my ($root, $name, @args) = @_; log::l("running: $name @args" . ($root ? " with root $root" : "")); |