diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-27 14:38:43 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-01-27 14:38:43 +0000 |
commit | 882e3130561276b6f40c6d5ddb842de6049bbe85 (patch) | |
tree | 258a7e71123130112ac4320327b4bb4b06142e8a /urpm.pm | |
parent | 4288fbd2f7523c95cbbff73ee6c8a677aad7f646 (diff) | |
download | urpmi-882e3130561276b6f40c6d5ddb842de6049bbe85.tar urpmi-882e3130561276b6f40c6d5ddb842de6049bbe85.tar.gz urpmi-882e3130561276b6f40c6d5ddb842de6049bbe85.tar.bz2 urpmi-882e3130561276b6f40c6d5ddb842de6049bbe85.tar.xz urpmi-882e3130561276b6f40c6d5ddb842de6049bbe85.zip |
updated po files
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ sub sync_webfetch { } elsif ($prefered eq 'wget') { sync_wget($options, @{$files{ftp} || []}, @{$files{http} || []}, @{$files{https} || []}); } else { - die N("no webfetch (" . join(" or ", @webfetch) . " currently) found\n"); + die ("no webfetch (" . join(" or ", @webfetch) . " currently) found\n"); } delete @files{qw(ftp http https)}; } |