1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00

Fix possible reference to undefined variable.

modified:   src/unixfork.c
This commit is contained in:
Nick Briggs 2020-09-06 12:28:27 -07:00
parent 52c04137b0
commit b68ecc73b9

View File

@ -420,6 +420,7 @@ int fork_Unix() {
} else /* old style, no args */
{
termtype[0] = 0;
cmdstring = shcom;
cmdstring[0] = 0;
}