[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 03/12: src/roff/nroff/nroff.sh: Tweak diagnostic message.
From: |
G. Branden Robinson |
Subject: |
[groff] 03/12: src/roff/nroff/nroff.sh: Tweak diagnostic message. |
Date: |
Fri, 6 Dec 2024 06:00:34 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 129e7fdffe7b70860e1b55b873f3ace1b9dff6e2
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Dec 4 20:14:53 2024 -0600
src/roff/nroff/nroff.sh: Tweak diagnostic message.
Continues commit e05cf6d3b3, 4 December.
---
src/roff/nroff/nroff.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index 4e7800f06..b66b8bdef 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -69,7 +69,7 @@ do
# POSIX doesn't actually require $SHELL, but fortunately at
# least one craptastic non-conforming shell offers it.
echo "$prog: option cluster '$thisarg' not supported with" \
- "POSIX non-conforming shell '$SHELL'" >&2
+ "POSIX-non-conforming shell '$SHELL'" >&2
exit 2
fi
remainder=${thisarg#-?}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 03/12: src/roff/nroff/nroff.sh: Tweak diagnostic message.,
G. Branden Robinson <=