diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-03-27 11:56:33 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2020-03-27 13:52:00 +0000 |
commit | 8f2dae6a6a031c4a10986f96eb72f9a4c212ceb5 (patch) | |
tree | c2c86870a3a1664fcab6de442e628a2803c11019 /gdbsupport/ChangeLog | |
parent | 1fafefd59438f92206e65ea6b2022d82c5ccfe12 (diff) | |
download | binutils-8f2dae6a6a031c4a10986f96eb72f9a4c212ceb5.zip binutils-8f2dae6a6a031c4a10986f96eb72f9a4c212ceb5.tar.gz binutils-8f2dae6a6a031c4a10986f96eb72f9a4c212ceb5.tar.bz2 |
gdbsupport: Resolve shellcheck issues in create-version.sh script
Run shellcheck (version 0.4.7) on the create-version.sh script, and
resolve the issues it highlighter - they all seemed reasonable.
gdbsupport/ChangeLog:
* create-version.sh: Resolve issues highlighted by shellcheck.
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r-- | gdbsupport/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 7631b2d..1d27971 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Andrew Burgess <andrew.burgess@embecosm.com> + + * create-version.sh: Resolve issues highlighted by shellcheck. + 2020-03-20 Simon Marchi <simon.marchi@efficios.com> * config.in: Re-generate. |