summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-01-27 14:38:43 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-01-27 14:38:43 +0000
commit882e3130561276b6f40c6d5ddb842de6049bbe85 (patch)
tree258a7e71123130112ac4320327b4bb4b06142e8a /urpm.pm
parent4288fbd2f7523c95cbbff73ee6c8a677aad7f646 (diff)
downloadurpmi-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.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index eaf8a58a..0b255be9 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -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)};
}