aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-16 16:27:16 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-16 16:27:16 -0500
commitcc4d2e41f5d72be55e2b506f45fa052e1b3d410b (patch)
tree768f9052adb65424809d117772171329e4ef2897 /ChangeLog
parent9539a1e2ffe8506b92bfcb4363c767e4bc6a0700 (diff)
Replace non-portable `basename | sed` with Awk in dejagnu launcher
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7d0ef..77f89ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
+
+ PR47382
+
+ * dejagnu (command): Use Awk instead of non-portable basename(1)
+ and a non-portable sed(1) pattern to initially set this variable.
+
2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
PR47382