Import two vendor fixes from tcsh-6.15.01 for MFC to 7.0. The fixes are:
- Fix pty detection for autologout setting - kill `foo` got stuck because sigchld was disabled too soon Requested by: re
This commit is contained in:
parent
5c3ede8519
commit
1dd6018d3b
@ -851,8 +851,7 @@ getsub(struct wordent *en)
|
||||
return (en);
|
||||
}
|
||||
slhs.len = 0;
|
||||
if (lhsb.s != NULL && lhsb.len != 0)
|
||||
Strbuf_append(&slhs, lhsb.s);
|
||||
Strbuf_append(&slhs, lhsb.s);
|
||||
Strbuf_terminate(&slhs);
|
||||
if (exclc)
|
||||
en = dosub(sc, en, global);
|
||||
|
Loading…
Reference in New Issue
Block a user