Fix merge error in previous commit.

Sponsored by:	Bright Path Solutions
This commit is contained in:
Juli Mallett 2002-09-28 20:04:17 +00:00
parent 1e3d8881cf
commit 76e8db31fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104109

View File

@ -472,9 +472,9 @@ DirExpandCurly(word, brace, path, expansions)
case '[':
Dir_Expand(file, path, expansions);
goto next;
}
default:
break;
}
}
if (*cp2 == '\0') {
/*