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:
8fa1f5d
)
hush: fix typo in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 15 Jul 2010 10:33:37 +0000
(12:33 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 15 Jul 2010 10:33:37 +0000
(12:33 +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 7dacfa0b1aab9c50de7fb2ad6d333b91b70625c4..14f8f2422597f514efb9ea541a07892697a99be9 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-4246,7
+4246,7
@@
static NOINLINE int run_pipe(struct pipe *pi)
set_local_var(p, /*exp:*/ 0, /*lvl:*/ 0, /*ro:*/ 0);
argv++;
}
- /* Redirect error sets $? to 1. Other
v
ise,
+ /* Redirect error sets $? to 1. Other
w
ise,
* if evaluating assignment value set $?, retain it.
* Try "false; q=`exit 2`; echo $?" - should print 2: */
if (rcode == 0)