9922866
diff -up ksh-20120801/src/cmd/ksh93/sh/expand.c.fikspand ksh-20120801/src/cmd/ksh93/sh/expand.c
9922866
--- ksh-20120801/src/cmd/ksh93/sh/expand.c.fikspand	2010-11-24 05:46:30.000000000 +0100
9922866
+++ ksh-20120801/src/cmd/ksh93/sh/expand.c	2014-05-22 12:55:46.252717371 +0200
9922866
@@ -278,6 +278,8 @@ int path_generate(Shell_t *shp,struct ar
9922866
 	char comma, range=0;
9922866
 	int first, last, incr, count = 0;
9922866
 	char tmp[32], end[1];
9922866
+	if(!sh_isoption(SH_BRACEEXPAND))
9922866
+		return path_expand(shp,todo->argval,arghead);
9922866
 	todo->argchn.ap = 0;
9922866
 again:
9922866
 	apin = ap = todo;