diff options
author | Francois Pons <fpons@mandriva.com> | 2002-12-06 15:15:13 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-12-06 15:15:13 +0000 |
commit | 60d4ad6c90817f674088bf32302c575b7b5129f2 (patch) | |
tree | 4b6615e0d16757d4d8101e1449a441b1168c4081 /urpmi.addmedia | |
parent | 6df583d5c4a24b38545e8ee8fd26d19b7ff6b728 (diff) | |
download | urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.gz urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.bz2 urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.tar.xz urpmi-60d4ad6c90817f674088bf32302c575b7b5129f2.zip |
4.1-9mdk
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index dcc030e2..7569c745 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -119,6 +119,7 @@ and [options] are from if (exists $options{distrib}) { if (defined $options{distrib}) { + $name or die $usage; #- extended distribution support, code is directly inlined here. #- -h always set, updates should allow setting update flag. $options{probe_with_hdlist} = 1; |