hush: fix the comment

This commit is contained in:
Denis Vlasenko 2008-02-11 08:32:31 +00:00
parent c04163a289
commit 4ecfcdcced

View File

@ -3882,7 +3882,7 @@ int hush_main(int argc, char **argv)
if (interactive_fd) {
/* Looks like they want an interactive shell */
setup_job_control();
/* -1 is special - makes xfuncs longjmp on exit
/* -1 is special - makes xfuncs longjmp, not exit
* (we reset die_sleep = 0 whereever we [v]fork) */
die_sleep = -1;
if (setjmp(die_jmp)) {