diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-09 07:52:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-09 07:52:56 +0000 |
commit | 2a8c9bbf146a8a12247dbe93884785367d71c462 (patch) | |
tree | 7955c2fab3d5adaba9b36e62fa0083699eaecb08 /urpm/sys.pm | |
parent | 1a473cb0b77747633cafce9488c6e61930a5aa36 (diff) | |
download | urpmi-2a8c9bbf146a8a12247dbe93884785367d71c462.tar urpmi-2a8c9bbf146a8a12247dbe93884785367d71c462.tar.gz urpmi-2a8c9bbf146a8a12247dbe93884785367d71c462.tar.bz2 urpmi-2a8c9bbf146a8a12247dbe93884785367d71c462.tar.xz urpmi-2a8c9bbf146a8a12247dbe93884785367d71c462.zip |
please perl_checker
Diffstat (limited to 'urpm/sys.pm')
-rw-r--r-- | urpm/sys.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/sys.pm b/urpm/sys.pm index 8d671ec3..631c7016 100644 --- a/urpm/sys.pm +++ b/urpm/sys.pm @@ -204,7 +204,7 @@ sub need_restart_formatted { # useful on command-line: perl -Murpm::sys -e 'urpm::sys::print_need_restart' sub print_need_restart() { - my $h = need_restart_formatted(); + my $h = need_restart_formatted(''); print "$_\n" foreach values %$h; } |