diff options
author | Francois Pons <fpons@mandriva.com> | 2004-02-03 21:57:30 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2004-02-03 21:57:30 +0000 |
commit | 0dff3ee82455ee7979b0193de56c165b10258415 (patch) | |
tree | 97906c15b523918675962f996a9bb8ea50cf93bc /urpm.pm | |
parent | 675c64e114f9d935e1c7fce76154bf7a83fabbe0 (diff) | |
download | urpmi-0dff3ee82455ee7979b0193de56c165b10258415.tar urpmi-0dff3ee82455ee7979b0193de56c165b10258415.tar.gz urpmi-0dff3ee82455ee7979b0193de56c165b10258415.tar.bz2 urpmi-0dff3ee82455ee7979b0193de56c165b10258415.tar.xz urpmi-0dff3ee82455ee7979b0193de56c165b10258415.zip |
fixed bugs found by yoyotte
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2257,7 +2257,6 @@ sub try_mounting { my %infos; $dir = reduce_pathname($dir); - print STDERR "++++$dir\n"; foreach (grep { ! $infos{$_}{mounted} && $infos{$_}{fs} ne 'supermount' } $urpm->find_mntpoints($dir, \%infos)) { $urpm->{log}(N("mounting %s", $_)); `mount '$_' 2>/dev/null`; |