projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7b0e6
)
hush: fix English in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 May 2007 12:57:12 +0000
(12:57 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 16 May 2007 12:57:12 +0000
(12:57 -0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 2e78e4a045f01f98c7b8acd82cb2fa77a942be91..f551184602b55363831b2c1f97b11492709c169a 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-552,7
+552,7
@@
static void handler_ctrl_z(int sig)
debug_printf_jobs("got tty sig %d in pid %d\n", sig, getpid());
pid = fork();
- if (pid < 0) /* can't fork. Pretend there w
ere
no ctrl-Z */
+ if (pid < 0) /* can't fork. Pretend there w
as
no ctrl-Z */
return;
ctrl_z_flag = 1;
if (!pid) { /* child */