From c60d151b7375696a5d2378ee98f3905d38ee70ef Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:06 +0000 Subject: Thoruogh option Author: jgg Date: 1998-12-08 23:52:23 GMT Thoruogh option --- cmdline/apt-get.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline/apt-get.cc') 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) -- cgit v1.2.3