From 76e8db31fc2641d67be1e3685b2a76f0b67a02b8 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sat, 28 Sep 2002 20:04:17 +0000 Subject: Fix merge error in previous commit. Sponsored by: Bright Path Solutions --- usr.bin/make/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c1755fe213cf..8c63ee08d03e 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -472,9 +472,9 @@ DirExpandCurly(word, brace, path, expansions) case '[': Dir_Expand(file, path, expansions); goto next; - } default: break; + } } if (*cp2 == '\0') { /* -- cgit v1.3