summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:29 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:29 +0000
commit38262e68caaa74127c951f45fe164ffc3d8cf38b (patch)
tree045f50c98dc7dec4e813418094797c1a966e88f3 /cmdline
parent2e90f6e004d937ad07fbd0cae59f321aea43a80f (diff)
Fixed held packages installing
Author: jgg Date: 1999-04-12 02:25:25 GMT Fixed held packages installing
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 3ef5e909c..a2c013206 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-get.cc,v 1.50 1999/04/07 06:34:48 jgg Exp $
+// $Id: apt-get.cc,v 1.51 1999/04/12 02:25:25 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -604,7 +604,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,bool Saftey =
else
{
// Prompt to continue
- if (Ask == true)
+ if (Ask == true || Fail == true)
{
if (_config->FindI("quiet",0) < 2 &&
_config->FindB("APT::Get::Assume-Yes",false) == false)