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:
cecbc98
)
hush: remove outdated comments
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Mar 2011 17:11:46 +0000
(19:11 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Mar 2011 17:11:46 +0000
(19:11 +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 a476524703f1a06e0e0422ab821da6895bd8e262..e698e6c5222fbac663ac4210f20930be72dd25a8 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-4529,13
+4529,9
@@
static struct pipe *parse_stream(char **pstring,
}
IF_HAS_KEYWORDS(pctx = p2;)
} while (HAS_KEYWORDS && pctx);
- /* Free text, clear all dest fields */
- o_free(&dest);
+ o_free(&dest);
G.last_exitcode = 1;
- /* If we are not in top-level parse, we return,
- * our caller will propagate error.
- */
#if !BB_MMU
if (pstring)
*pstring = NULL;