aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-10 21:00:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-10 21:00:47 +0000
commitcba9ef5523f09ecc3240f9f6efcdd0440c652c91 (patch)
tree79a2f859df1f6eef15defd02bd2f453735ed327e /shell
parent1ac42bf66e2c181b886e89f9222cae65676c9e8a (diff)
downloadbusybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.tar.gz
busybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.tar.bz2
busybox-w32-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.zip
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 3564044b2..1260d5e9a 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -12542,7 +12542,7 @@ static int
12542letcmd(int argc, char **argv) 12542letcmd(int argc, char **argv)
12543{ 12543{
12544 char **ap; 12544 char **ap;
12545 arith_t i; 12545 arith_t i = 0;
12546 12546
12547 ap = argv + 1; 12547 ap = argv + 1;
12548 if(!*ap) 12548 if(!*ap)