summaryrefslogtreecommitdiffstats
path: root/perl-install/run_program.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-12 14:05:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-12 14:05:52 +0000
commitfc6a72175bf8ee7aed801e4003991e8e9c67c304 (patch)
tree7f435f15fbc29d6869ddd1db9cd95ef33ba77fde /perl-install/run_program.pm
parent7902fe25c4e57756cbae9cce1e6a88c32e04b9f4 (diff)
downloaddrakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.gz
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.bz2
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.tar.xz
drakx-backup-do-not-use-fc6a72175bf8ee7aed801e4003991e8e9c67c304.zip
add/remove some spaces to make perl_checker happy
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 44fe12899..07a966cc6 100644
--- a/perl-install/run_program.pm
+++ b/perl-install/run_program.pm
@@ -46,7 +46,7 @@ sub raw {
return 1 if $root && $<;
$root ? $root .= '/' : ($root = '');
- install_any::check_prog (ref $name ? $name->[0] : $name) if !$root && $::isInstall;
+ install_any::check_prog(ref $name ? $name->[0] : $name) if !$root && $::isInstall;
my ($stdout_raw, $stdout_mode, $stderr_raw, $stderr_mode);