summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi.addmedia2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia
index 55fe9a3a..e1d0eece 100755
--- a/urpmi.addmedia
+++ b/urpmi.addmedia
@@ -108,7 +108,7 @@ $options{verbose} > 0 or $urpm->{log} = sub {};
$options{quiet} = 1 if $options{verbose} < 0;
$url or ($url, $name) = ($name, '');
-$url =~ m,^(([^:]*):/)?/, or die N("bad <url> (for local directory, the path must be absolute)\n");
+$url =~ m,^(([^:]*):/)?/, or die N("bad <url> (for local directory, the path must be absolute)") . "\n";
if ($< != 0) {
$urpm->{fatal}(1, N("Only superuser is allowed to add media"));