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:
8bc7f2c
)
hush: remove superfluous assignment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 19 Oct 2009 11:24:07 +0000
(13:24 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 19 Oct 2009 11:24:07 +0000
(13:24 +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 cbb0ce69ca3f4d371c03c6c2dd46974b31a23d09..69a86b14ca47aa30e1d0467424776a07b3185ad2 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-6986,7
+6986,7
@@
static int FAST_FUNC builtin_cd(char **argv)
static int FAST_FUNC builtin_exec(char **argv)
{
static const char pseudo_null_str[] = { SPECIAL_VAR_SYMBOL, SPECIAL_VAR_SYMBOL, '\0' };
- char **pp
= argv
;
+ char **pp;
#if !BB_MMU
nommu_save_t dummy;
#endif