diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-08 14:02:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-08 14:02:25 +0000 |
commit | 2540dc7489d4e2252cdf5e50177f08b9d70fe221 (patch) | |
tree | 02cffe95e4166839ba801e8014e0788764362692 | |
parent | 92c4d36be81de527b008fb7813d29bd7dd58d713 (diff) | |
download | urpmi-2540dc7489d4e2252cdf5e50177f08b9d70fe221.tar urpmi-2540dc7489d4e2252cdf5e50177f08b9d70fe221.tar.gz urpmi-2540dc7489d4e2252cdf5e50177f08b9d70fe221.tar.bz2 urpmi-2540dc7489d4e2252cdf5e50177f08b9d70fe221.tar.xz urpmi-2540dc7489d4e2252cdf5e50177f08b9d70fe221.zip |
Don't repeat OK in information message
-rw-r--r-- | gurpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ sub do_install_3 { } @to_install > 1 ? ask_continue(N( - "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n\nIs this OK?", + "To satisfy dependencies, the following %d packages are going to be installed:\n%s\n", scalar(@to_install), join "\n", @to_install ), \&do_install_4) : goto \&do_install_4; |