projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
all errors should be printed to stderr
[apt.git]
/
dselect
/
setup
diff --git
a/dselect/setup
b/dselect/setup
index 4c56e01ea6877e15857ba5c4daf7fee2e315e347..8689d2388b0d2738cf683786e4a040f5395f70ef 100755
(executable)
--- 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 "-" 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;
my $answer = <STDIN>;
chomp ($answer);
$answer =~ s/\s+/ /og;