aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-05-18 15:52:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-05-18 15:52:23 +0200
commitc7f95d23f6bc7e17a3b79decf83eb362b389e53a (patch)
tree993d0aae072b72b18e411eeb5406255b450ed392
parent238bf187ba5708bc04065b761ffc98c877043fe4 (diff)
downloadbusybox-w32-c7f95d23f6bc7e17a3b79decf83eb362b389e53a.tar.gz
busybox-w32-c7f95d23f6bc7e17a3b79decf83eb362b389e53a.tar.bz2
busybox-w32-c7f95d23f6bc7e17a3b79decf83eb362b389e53a.zip
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 4f2fa756b..d082333ba 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9208,7 +9208,7 @@ evalcommand(union node *cmd, int flags)
9208 } 9208 }
9209 /* child */ 9209 /* child */
9210 FORCE_INT_ON; 9210 FORCE_INT_ON;
9211 /* fall through to exec'ing exeternal program */ 9211 /* fall through to exec'ing external program */
9212 } 9212 }
9213 listsetvar(varlist.list, VEXPORT|VSTACK); 9213 listsetvar(varlist.list, VEXPORT|VSTACK);
9214 shellexec(argv, path, cmdentry.u.index); 9214 shellexec(argv, path, cmdentry.u.index);