aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-11 08:32:31 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-11 08:32:31 +0000
commit4ecfcdcceda6946c83345d818cbd5bc681107603 (patch)
treeda6041d0cb7121d59409765bc90c3656bba9dea7 /shell
parentc04163a2890a15a6c4428c4b07e2f21a93141b8e (diff)
downloadbusybox-w32-4ecfcdcceda6946c83345d818cbd5bc681107603.tar.gz
busybox-w32-4ecfcdcceda6946c83345d818cbd5bc681107603.tar.bz2
busybox-w32-4ecfcdcceda6946c83345d818cbd5bc681107603.zip
hush: fix the comment
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index e9d0355f8..02ec0ea0e 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -3882,7 +3882,7 @@ int hush_main(int argc, char **argv)
3882 if (interactive_fd) { 3882 if (interactive_fd) {
3883 /* Looks like they want an interactive shell */ 3883 /* Looks like they want an interactive shell */
3884 setup_job_control(); 3884 setup_job_control();
3885 /* -1 is special - makes xfuncs longjmp on exit 3885 /* -1 is special - makes xfuncs longjmp, not exit
3886 * (we reset die_sleep = 0 whereever we [v]fork) */ 3886 * (we reset die_sleep = 0 whereever we [v]fork) */
3887 die_sleep = -1; 3887 die_sleep = -1;
3888 if (setjmp(die_jmp)) { 3888 if (setjmp(die_jmp)) {