summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:50 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:50 +0000
commit3b1aedba7127e4367173876ce34999d5966bdcfe (patch)
treef2e982dc9815d1adcc65c77ea25d1baf5fb82f30 /dselect
parentd2a9f69d1c8ca04ae3e457c0368afb482367db89 (diff)
- Make setup script for dselect method more explicit about
Author: mdz Date: 2003-07-18 14:24:00 GMT - Make setup script for dselect method more explicit about overwriting sources.list (Closes: #151727)
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/setup b/dselect/setup
index 4c56e01ea..8689d2388 100755
--- a/dselect/setup
+++ b/dselect/setup
@@ -269,7 +269,7 @@ sub main {
print "-" x 72, "\n";
&print_config('Config' => \@Oldconfig);
print "-" x 72, "\n";
- print "$boldon Do you wish to change (overwrite) it?[y/N]$boldoff ";
+ print "$boldon Do you wish to overwrite it? [y/N]$boldoff ";
my $answer = <STDIN>;
chomp ($answer);
$answer =~ s/\s+/ /og;