mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +00:00
Merge branch 'master' of https://github.com/interlisp/maiko into cygwin3
This commit is contained in:
commit
100b0968cf
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user