Skip to content

shellcheck fixes

Philip Withnall requested to merge pwithnall/glib:py-sh-check-fixes into master

These fix some warnings which are emitted by the version of shellcheck in our Debian Stable CI (0.5.0), but which have been removed or silenced in more recent versions of shellcheck (like the 0.7.1 which I am testing with locally). They are harmless to fix anyway though, and should make the CI output easier to interpret.

They come with a bonus change to how we run the Py and SH checks, because I don’t know of a way to get only:changes working. See the commit message for details.

Edited by Philip Withnall

Merge request reports