diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:06 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:06 +0000 |
commit | c60d151b7375696a5d2378ee98f3905d38ee70ef (patch) | |
tree | 93515b5de24af232f789627b663950a0af2a0873 /cmdline/apt-get.cc | |
parent | 51a8a2a1b122186f8d761db64a1d15979160a0a8 (diff) |
Thoruogh option
Author: jgg
Date: 1998-12-08 23:52:23 GMT
Thoruogh option
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 07086b72f..fbfaf7303 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.27 1998/12/07 00:34:24 jgg Exp $ +// $Id: apt-get.cc,v 1.28 1998/12/08 23:52:24 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -485,7 +485,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true) if (Cache->DelCount() == 0 && Cache->InstCount() == 0 && Cache->BadCount() == 0) - return true; + return true; // Run the simulator .. if (_config->FindB("APT::Get::Simulate") == true) |