Merge branch 'brenns10/procps-master'

References:
 procps-ng/procps!119
This commit is contained in:
Craig Small 2020-12-22 11:08:52 +11:00
commit a04ea67d6f

View File

@ -633,6 +633,7 @@ int main(int argc, char *argv[]){
setlocale (LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
setenv("TZ", ":/etc/localtime", 0);
#ifdef DEBUG
init_stack_trace(argv[0]);