]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
fix crash in order writing in pkgDPkgPM::WriteApportReport()
[apt.git] / cmdline / apt.cc
index 72086af14a97779c1fc3cded2036248e0f56519d..2cfdf8e8e4e046da431f911bc14fb1ee3567cddf 100644 (file)
@@ -116,6 +116,7 @@ int main(int argc, const char *argv[])                                      /*{{{*/
    _config->CndSet("DPkg::Progress-Fancy", "1");
    _config->CndSet("Apt::Color", "1");
    _config->CndSet("APT::Get::Upgrade-Allow-New", true);
    _config->CndSet("DPkg::Progress-Fancy", "1");
    _config->CndSet("Apt::Color", "1");
    _config->CndSet("APT::Get::Upgrade-Allow-New", true);
+   _config->CndSet("APT::Cmd::Show-Update-Stats", true);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args.data(), _config);
 
    // Parse the command line and initialize the package library
    CommandLine CmdL(Args.data(), _config);