commit | bfae2529b8aa7b12b19da2ec7ad00ba717941074 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Thu May 17 00:14:27 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Thu May 17 00:14:27 2001 +0000 |
tree | 975962b521c9e653e63f065fa1ac731f88bbd744 | |
parent | 2439a5982876ef4c8ec7291e156e73f244775ba8 [diff] |
It turns out job control in both hush and lash was broken by the signal handling in cmdedit.c. Disabling it makes the shells behave themselves again. hush isn't quite there, but is getting close... -Erik