Merge commit 'refs/merge-requests/10' of git://gitorious.org/procps/procps into merge-requests/10

This commit is contained in:
Craig Small
2013-04-07 17:58:06 +10:00
15 changed files with 73 additions and 6 deletions

View File

@ -675,7 +675,9 @@ int main(int argc, char *argv[])
{NULL, 0, NULL, 0}
};
#ifdef HAVE_PROGRAM_INVOCATION_NAME
program_invocation_name = program_invocation_short_name;
#endif
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);