diff --git a/src/unixfork.c b/src/unixfork.c index 04c806f4..a08c996b 100644 --- a/src/unixfork.c +++ b/src/unixfork.c @@ -271,7 +271,7 @@ int fork_Unix() { char tempstring[30]; snprintf(tempstring, sizeof(tempstring), "%d", UnixToLisp[0]); - setenv("LDEPIPEINE", tempstring, 1); + setenv("LDEPIPEIN", tempstring, 1); snprintf(tempstring, sizeof(tempstring), "%d", LispToUnix[1]); setenv("LDEPIPEOUT", tempstring, 1);