summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-02-21 15:01:42 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-02-21 15:01:42 +0100
commitbd668fbb93a536135f8a001f98a7485158a5075f (patch)
tree38816eaad40f528a24cbbea5fc1b20339eb753c0 /cmdline
parent8dd0686e564c5c321b2dd20f8ceaa7c0d72405b1 (diff)
cmdline/apt-get.cc:
- fix task installing (thanks to Colin Watson)
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 258133c19..11a8b2ef4 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1506,7 +1506,7 @@ bool TryInstallTask(pkgDepCache &Cache, pkgProblemResolver &Fix,
buf[end-start] = 0x0;
if (regexec(&Pattern,buf,0,0,0) != 0)
continue;
- res &= TryToInstall(Pkg,Cache,Fix,Remove,true,ExpectedInst);
+ res &= TryToInstall(Pkg,Cache,Fix,Remove,false,ExpectedInst);
found = true;
}