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:
a2218dd
)
hush: typo in comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 9 Apr 2009 01:40:15 +0000
(
01:40
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 9 Apr 2009 01:40:15 +0000
(
01:40
-0000)
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 3959da1ea60d510e532ffbc917b6946aa06e6e0e..543f1fe679b943d1b9df8b873513b2ab81ec4dd0 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-2191,7
+2191,7
@@
static void re_execute_shell(const char *s, int is_heredoc)
argv[1] = (char *) "-<";
argv[2] = (char *) s;
argv[3] = NULL;
- pp = &argv[3]; /* used as pointer to empty environm
a
ent */
+ pp = &argv[3]; /* used as pointer to empty environment */
goto do_exec;
}