diff options
Diffstat (limited to 'gurpmi.addmedia')
-rwxr-xr-x | gurpmi.addmedia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia index 53453da5..bacbc822 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -78,7 +78,7 @@ Is it ok to continue?", N("You are about to add a new packages medium, `%s'. That means you will be able to add new software packages to your system from that new medium.", $name)), - yesno => 1) or myexit(0); + yesno => 1) or myexit(-1); my $urpm = urpm->new; $urpm->read_config; |