scripts,ipkg-build: apply shellcheck
authorPaul Spooren <mail@aparcar.org>
Thu, 4 Feb 2021 23:34:30 +0000 (13:34 -1000)
committerPaul Spooren <mail@aparcar.org>
Mon, 15 Mar 2021 05:31:43 +0000 (19:31 -1000)
commit72f481b1579e844d25ca71ec72b2fa377d961f04
tree3acba0c4ea33ef189ab8303ff0863672eb0be822
parent6cd13be01492e330c2c2f3b00f06a2df347a9f63
scripts,ipkg-build: apply shellcheck

This commit cleans the `ipkg-build` script via changes suggested by
shellcheck. These are mostly word splitting issues.

Remove the definition of GZIP, this adds three "lookups" of the `gzip`
binary but the rest of the build system doesn't seem to use such
improvements neither.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/ipkg-build