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:
d87fcd4
)
typo fix in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 8 Jul 2013 01:13:08 +0000
(
03:13
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 8 Jul 2013 01:13:08 +0000
(
03:13
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index fc9b89b554479b471219a8b456e1e7cb4764fa5b..912ecf15f8a3dc5ade62edb9468b89c368ce275b 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-1389,7
+1389,7
@@
static void restore_G_args(save_arg_t *sv, char **argv)
* are set to '' (ignore) are NOT reset to defaults. We do the same.
*
* Problem: the above approach makes it unwieldy to catch signals while
- * we are in read builtin, o
f
while we read commands from stdin:
+ * we are in read builtin, o
r
while we read commands from stdin:
* masked signals are not visible!
*
* New implementation