eden/tools
Caio Oliveira a975b757f6 [ci, tools] shellcheck-ed
* now license-header.sh is POSIX compliant
* update-icons now checks for dependencies the correct way
* add --help to license-header
* nuke reset-submodules
* add missing shebang to .ci/windows/package.sh

* Below the error/warnings/infos from shellcheck:
-- SC2068 (error): Double quote array expansions to avoid re-splitting elements.

-- SC3054 (warning): In POSIX sh, array references are undefined.
-- SC2155 (warning): Declare and assign separately to avoid masking return values.
-- SC2046 (warning): Quote this to prevent word splitting.

-- SC2236 (style): Use -n instead of ! -z.
-- SC2006 (style): Use $(...) notation instead of legacy backticks `...`.
-- SC2001 (style): See if you can use ${variable//search/replace} instead.

-- SC2086 (info): Double quote to prevent globbing and word splitting.
-- SC2185 (info): Some finds don't have a default path. Specify '.' explicitly.

Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
2025-09-13 00:49:13 +02:00
..
clang-format.sh Removed telemetry and anonymized SCM (git) strings 2025-04-04 03:40:47 +02:00
cpm-fetch-all.sh [ci, tools] shellcheck-ed 2025-09-13 00:49:13 +02:00
cpm-fetch.sh [ci, tools] shellcheck-ed 2025-09-13 00:49:13 +02:00
cpm-hash.sh [ci, tools] shellcheck-ed 2025-09-13 00:49:13 +02:00
update-cpm.sh [desktop] feat: install firmware from ZIP (#52) 2025-07-14 01:29:57 +02:00
url-hash.sh [ci, tools] shellcheck-ed 2025-09-13 00:49:13 +02:00