View | Details | Raw Unified
Collapse All | Expand All

(-) dash-0.5.3.orig/src/expand.c (-1 / +1 lines)
 Lines 1581-1587    Link Here 
				if (c == '[') {
				if (c == '[') {
					const char *r;
					const char *r;
					found |= ccmatch(p, chr, &r);
					found |= !!ccmatch(p, chr, &r);
					if (r) {
					if (r) {
						p = r;
						p = r;
						continue;
						continue;