aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-07-20 11:08:08 +1000
committerBen Elliston <bje@gnu.org>2018-07-20 11:08:08 +1000
commitd611c4560778591e5c4f3f147fe9ba8334691e6e (patch)
treebf8bd90c721a54be33b8b019c8d53d5e503d4ded /ChangeLog
parent366485ce630d46b726f97b6e1d6a42b750fb52cb (diff)
* contrib/sum2junit.sh: Eliminate some Shellcheck warnings:
Double quote to prevent globbing and word splitting. [SC2086] egrep is non-standard and deprecated. Use grep -E instead. [SC2196] read without -r will mangle backslashes. [SC2162]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eb6d78..f945125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-20 Ben Elliston <bje@gnu.org>
+
+ * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
+
2018-07-19 Ben Elliston <bje@gnu.org>
* runtest: Use POSIX 'command', not 'type', to look for the Expect