aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-15 12:33:37 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-15 12:33:37 +0200
commitb3389de04b1fe398e5f88446dd23a7826139da7d (patch)
tree03824dbfa16f0a36de04d71661c2e3c6b90949b8
parent8fa1f5d543266816967949812b65790fbe7cdcd4 (diff)
downloadbusybox-w32-b3389de04b1fe398e5f88446dd23a7826139da7d.tar.gz
busybox-w32-b3389de04b1fe398e5f88446dd23a7826139da7d.tar.bz2
busybox-w32-b3389de04b1fe398e5f88446dd23a7826139da7d.zip
hush: fix typo in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 7dacfa0b1..14f8f2422 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -4246,7 +4246,7 @@ static NOINLINE int run_pipe(struct pipe *pi)
4246 set_local_var(p, /*exp:*/ 0, /*lvl:*/ 0, /*ro:*/ 0); 4246 set_local_var(p, /*exp:*/ 0, /*lvl:*/ 0, /*ro:*/ 0);
4247 argv++; 4247 argv++;
4248 } 4248 }
4249 /* Redirect error sets $? to 1. Othervise, 4249 /* Redirect error sets $? to 1. Otherwise,
4250 * if evaluating assignment value set $?, retain it. 4250 * if evaluating assignment value set $?, retain it.
4251 * Try "false; q=`exit 2`; echo $?" - should print 2: */ 4251 * Try "false; q=`exit 2`; echo $?" - should print 2: */
4252 if (rcode == 0) 4252 if (rcode == 0)