mirror of
https://github.com/sheumann/dmake.git
synced 2025-04-09 14:39:25 +00:00
Change initenv call to environInit.
This was renamed when libenviron was incorporated into libc.
This commit is contained in:
parent
5e49623b86
commit
a156dc1443
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user