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