aboutsummaryrefslogtreecommitdiffstats
path: root/gurpmi.addmedia
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-14 13:44:54 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-14 13:44:54 +0000
commit991b4d2b942e6a8a9b9861a4b87efec5d1e638b5 (patch)
treee29e2f87555f08b9350a759d5a3394310419b5ed /gurpmi.addmedia
parent42db3b4698266c821f343f716eeb8ea0f6b02ec8 (diff)
downloadrpmdrake-991b4d2b942e6a8a9b9861a4b87efec5d1e638b5.tar
rpmdrake-991b4d2b942e6a8a9b9861a4b87efec5d1e638b5.tar.gz
rpmdrake-991b4d2b942e6a8a9b9861a4b87efec5d1e638b5.tar.bz2
rpmdrake-991b4d2b942e6a8a9b9861a4b87efec5d1e638b5.tar.xz
rpmdrake-991b4d2b942e6a8a9b9861a4b87efec5d1e638b5.zip
display the URL when bogus
Diffstat (limited to 'gurpmi.addmedia')
-rwxr-xr-xgurpmi.addmedia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia
index 1db12b3d..55fd7a22 100755
--- a/gurpmi.addmedia
+++ b/gurpmi.addmedia
@@ -85,7 +85,7 @@ while (@ARGV) {
$with eq 'with' or ($with, $with_hdlist) = (undef, undef);
if ($url !~ m,^(([^:]*):/)?/,) {
interactive_msg('gurpmi.addmedia',
- N("bad <url> (for local directory, the path must be absolute)"));
+ N("bad <url> (for local directory, the path must be absolute)") . "\n\n$url");
myexit(-1);
}
if ($with && !$with_hdlist) {