summaryrefslogtreecommitdiffstats
path: root/source/ap/ksh93/patches/ksh-20140801-arraylen.patch
blob: 34c9b6bd9c46dfdd4366af289a40aa53c76c3e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:55:26.228017873 -0400
+++ ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:56:04.099017700 -0400
@@ -1234,7 +1234,7 @@ int sh_exec(register const Shnode_t *t, 
 			if((io||argn))
 			{
 				Shbltin_t *bp=0;
-				static char *argv[1];
+				static char *argv[2];
 				int tflags = 1;
 				if(np &&  nv_isattr(np,BLT_DCL))
 					tflags |= 2;