aboutsummaryrefslogtreecommitdiff
path: root/dejagnu
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-05-22 21:41:01 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-05-22 21:41:01 -0500
commitfcd25d8438c7e26125102e49887450ea79c08481 (patch)
treede9a24b46ca3947c87e30177965f668dc391db2a /dejagnu
parentf7dbd32b375a6bf85b5ec29b61aadefb57f6f40e (diff)
Fix error message in auxiliary launcher
Diffstat (limited to 'dejagnu')
-rwxr-xr-xdejagnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/dejagnu b/dejagnu
index b3948a8..8ddc59b 100755
--- a/dejagnu
+++ b/dejagnu
@@ -428,7 +428,7 @@ fi
# Are we just looking for a usage message?
if $want_help ; then
if $have_awk; then : ; else
- echo ERROR: extracting help message requires POSIX Awk; not found
+ echo ERROR: extracting help message requires POSIX Awk
exit 2
fi
if test -z "$command" ; then