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 a3ac04354..a560d8c34 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -54,7 +54,7 @@ sub raw { $root ? ($root .= '/') : ($root = ''); if (!$root && !$::isStandalone) { require install_any; - install_any::check_prog($real_name); + install_any::check_prog($real_name) if $real_name !~ /\|/; } $ENV{HOME} || $::isInstall or $ENV{HOME} = '/root'; |