aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-05-19 00:19:20 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-05-19 00:19:20 -0500
commit9673505b54f1f2017f4dae7a2b972503e687f04c (patch)
treef38599d620fe03f2bb719fed453cf91d921a0d0c /ChangeLog
parent0bab163959ff64d788bbdbd1c8719c44c9d4c95a (diff)
Replace non-portable Awk code in dejagnu auxiliary launcher
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1227299..d57bea6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* dejagnu: Redirect input from /dev/null when testing if awk is
GNU Awk; this avoids a hang on Solaris 10 where awk treats
--version as an Awk program and attempts to read input.
+ (command): Rework the initial setting of this variable to avoid
+ limitations in Solaris 10 awk.
* testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
and totals lines are missing entirely.