]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
alias apt-key list to finger
[apt.git] / cmdline / apt-cache.cc
index 4818330848e72af9f1d87320d7d7edb409187881..6153f0e49d03fd79840cc9c57090c2adad3e96fd 100644 (file)
@@ -1142,8 +1142,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                     /*{{{*/
                                                                        /*}}}*/
 int main(int argc,const char *argv[])                                  /*{{{*/
 {
-   InitLocale();
-
    // Parse the command line and initialize the package library
    CommandLine CmdL;
    auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT_CACHE, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);