aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
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)