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:
238bf18
)
typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 18 May 2010 13:52:23 +0000
(15:52 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 18 May 2010 13:52:23 +0000
(15:52 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 4f2fa756bdafd3701f934166810bc667e8f77f09..d082333ba3379028ba8ae7d7f48f0a4af3c5458f 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-9208,7
+9208,7
@@
evalcommand(union node *cmd, int flags)
}
/* child */
FORCE_INT_ON;
- /* fall through to exec'ing ex
e
ternal program */
+ /* fall through to exec'ing external program */
}
listsetvar(varlist.list, VEXPORT|VSTACK);
shellexec(argv, path, cmdentry.u.index);