aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 57a58ad68c39..fe5f3d800e76 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6069,7 +6069,7 @@ check-config: _check-config
.if !target(sanity-config)
sanity-config: _check-config
.if !empty(_CHECK_CONFIG_ERROR)
- @echo -n "Config is invalid. Re-edit? [Y/N] "; \
+ @echo -n "Config is invalid. Re-edit? [Y/n] "; \
read answer; \
case $$answer in \
[Nn]|[Nn][Oo]) \