burrow-pi-img/export-noobs
Hugo Hromic 564f8ef1b8 Silence shellcheck warnings (#255)
* Made more specific shellcheck disables
* Fixed variable quoting (SC2086,SC2064)
* Use `$*` expansion instead of `$@` when not using arrays (SC2124)
* Use cleaner `$()` syntax instead of back quotes (SC2006)
* Improved comparator (SC2166)
* Minor improvements in coding style

Tested clean output using: `find -name "*.sh" | xargs -n1 shellcheck -x`.
2019-02-18 12:54:15 +00:00
..
00-release Silence shellcheck warnings (#255) 2019-02-18 12:54:15 +00:00
prerun.sh IMG_SUFFIX evaluation in export image (fix #241) 2019-01-22 17:33:18 +10:00