| commit | f5e259f32f011dc563b3da9e279acaee3aafba8e | [log] [tgz] |
|---|---|---|
| author | Tom de Vries <tdevries@suse.de> | Tue Nov 19 12:32:40 2024 +0100 |
| committer | Tom de Vries <tdevries@suse.de> | Tue Nov 19 12:32:40 2024 +0100 |
| tree | b4dc0a63335725f397bccd211baa5b64ddf6fcce | |
| parent | cb45bd59481353217ebf18d67c6b013ab2d2f263 [diff] |
[gdb/contrib] Fix shellcheck warnings in spellcheck.sh Fix shellcheck warnings in spellcheck.sh, found using shellcheck v0.10.0. Ran shellcheck v0.10.0 (on a system with shellcheck version 0.8.0) using this command from an RFC patch [1]: ... $ ./gdb/contrib/pre-commit-shellcheck.sh ./gdb/contrib/spellcheck.sh ... Tested on x86_64-linux [1] https://sourceware.org/pipermail/gdb-patches/2024-November/213400.html