Molese
|
9b277a0276
|
Format scripts with shfmt and fix two issues identified by shellcheck (#2303)
* install: format script with `shfmt`
Signed-off-by: molese <molese@protonmail.com>
* install: double quote `GITACTIONS` variable to prevent word splitting (SC2086)
Signed-off-by: molese <molese@protonmail.com>
* install: replace `! -z` with `-n` (SC2236)
Signed-off-by: molese <molese@protonmail.com>
* update-beef: format script with `shfmt`
Signed-off-by: molese <molese@protonmail.com>
* scripts/bump-version.sh: format script with `shfmt`
Signed-off-by: molese <molese@protonmail.com>
|
2022-02-18 19:01:47 +11:00 |
|