diff --git a/dmake/unix/gno/dmake.c b/dmake/unix/gno/dmake.c index 58833c6..92f9183 100644 --- a/dmake/unix/gno/dmake.c +++ b/dmake/unix/gno/dmake.c @@ -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); }