summaryrefslogtreecommitdiff
path: root/dselect/methods
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-26 14:00:30 +0300
commit414ea1706306e061fc44a8b5ce3042d4f0728489 (patch)
treeef0b2c4eac79e479ed686a5d88d7b3b954717824 /dselect/methods
parented2b463626bd721942143baa6207f2ccac67a616 (diff)
parent89afa9af7cd589eb8384ed96b6d86dd59d56bdf5 (diff)
downloaddpkg-414ea1706306e061fc44a8b5ce3042d4f0728489.tar.gz
Merge https://salsa.debian.org/dpkg-team/dpkg
Diffstat (limited to 'dselect/methods')
-rwxr-xr-xdselect/methods/multicd/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/methods/multicd/install b/dselect/methods/multicd/install
index 577348075..e4d772c6a 100755
--- a/dselect/methods/multicd/install
+++ b/dselect/methods/multicd/install
@@ -295,8 +295,8 @@ done
if ($?) {
print "\nThe dpkg run produced errors. Please tell me, if I should\n",
"continue with the next CD. [Y/n]: ";
- $ans = <STDIN>;
- exit 1 if $ans =~ /^n/i;
+ $answer = <STDIN>;
+ exit 1 if $answer =~ /^n/i;
$ouch = $?;
}
}