mirror of
https://github.com/sheumann/dmake.git
synced 2025-08-09 22:24:58 +00:00
Change initenv call to environInit.
This was renamed when libenviron was incorporated into libc.
This commit is contained in:
@@ -178,7 +178,7 @@ main(int argc, char **argv)
|
||||
if (getenv("NOPURGE")==NULL) system("purge >.null");
|
||||
|
||||
/* initialize environment */
|
||||
if (initenv() !=0) {
|
||||
if (environInit() !=0) {
|
||||
fprintf(stderr,"Failed to initialize environment. dmake aborted.\n\n");
|
||||
exit (-1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user