]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
Merge branch 'debian/sid' into bugfix/update-progress-reporting
[apt.git] / cmdline / apt.cc
index 4813861a441a61d88cc8c93758a535d2fc07a8e8..72086af14a97779c1fc3cded2036248e0f56519d 100644 (file)
@@ -96,6 +96,10 @@ int main(int argc, const char *argv[])                                       /*{{{*/
 
    std::vector<CommandLine::Args> Args = getCommandArgs("apt", CommandLine::GetCommand(Cmds, argc, argv));
 
+   // Init the signals
+   InitSignals();
+
+   // Init the output
    InitOutput();
 
    // Set up gettext support