summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
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)};
}