mirror of
https://github.com/sheumann/hush.git
synced 2026-04-25 09:17:08 +00:00
445a03527d
The issue is that GNO's login (and other BSD-derived versions) start up the login shell with SIGTSTP ignored. Hush was recording this configuration and propagating it to its child processes, causing ^Z not to work. The fix is to not do that (for login shells only). Also, set the system vector to run hush before running any of the startup scripts, in case something run in them uses it.