61d8f4
--- ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:55:26.228017873 -0400
61d8f4
+++ ksh-20120801/src/cmd/ksh93/sh/xec.c	2015-04-02 10:56:04.099017700 -0400
61d8f4
@@ -1234,7 +1234,7 @@ int sh_exec(register const Shnode_t *t, 
61d8f4
 			if((io||argn))
61d8f4
 			{
61d8f4
 				Shbltin_t *bp=0;
61d8f4
-				static char *argv[1];
61d8f4
+				static char *argv[2];
61d8f4
 				int tflags = 1;
61d8f4
 				if(np &&  nv_isattr(np,BLT_DCL))
61d8f4
 					tflags |= 2;