diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:29 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:29 +0000 |
commit | e331f6edcb86e6acb2888ec0721e55bf43e10bc2 (patch) | |
tree | c63e19a105602099e4cdd3cd2235415081f26193 /cmdline | |
parent | 7a658e661330d4832acdf221966f351408f99b0f (diff) |
Local file fixes
Author: jgg
Date: 1998-11-14 01:39:41 GMT
Local file fixes
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index cc73339fd..8fe41f545 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.10 1998/11/13 07:09:02 jgg Exp $ +// $Id: apt-get.cc,v 1.11 1998/11/14 01:39:48 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -514,8 +514,7 @@ bool InstallPackages(pkgDepCache &Cache,bool ShwKept,bool Ask = true) return false; if (Ask == true) - { - + { if (_config->FindI("quiet",0) < 2 || _config->FindB("APT::Get::Assume-Yes",false) == false) c2out << "Do you want to continue? [Y/n] " << flush; |