aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-07-20 13:48:33 +1000
committerBen Elliston <bje@gnu.org>2018-07-20 13:48:33 +1000
commitde9a1cae6716032501e87fc6d80a527f21c786ca (patch)
treeccaa0b8c833ec289ed388491c42f7b88d939c207 /ChangeLog
parent4fe160b03cf9023360ec88b764d0fd8596bf0969 (diff)
* contrib/compare_tests: Eliminate Shellcheck warnings.
* contrib/mysql/sum2xml.sh: Likewise. Warnings fixed: Use single quotes, otherwise this expands now rather than when signalled. [SC2064] Trapping signals by number is not well defined. Prefer signal names. [SC2172] SIGKILL/SIGSTOP can not be trapped. [SC2173] Trapping signals by number is not well defined. Prefer signal names. [SC2172] Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181] read without -r will mangle backslashes. [SC2162] egrep is non-standard and deprecated. Use grep -E instead. [SC2196]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 110323f..d41f162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2018-07-20 Ben Elliston <bje@gnu.org>
+ * contrib/compare_tests: Eliminate Shellcheck warnings.
+ * contrib/mysql/sum2xml.sh: Likewise.
+
+2018-07-20 Ben Elliston <bje@gnu.org>
+
* compile, depcomp, install-sh: Latest upstream versions.
2018-07-20 Ben Elliston <bje@gnu.org>