briansmith / ring

Safe, fast, small crypto using Rust
Other
3.72k stars 704 forks source link

style: address shellcheck warnings #1993

Open reubenmiller opened 6 months ago

reubenmiller commented 6 months ago

Addressing the warnings raised by shellcheck.

Using shellcheck (slightly) improves the style consistency and reduces the chance of subtle errors.

There are still two shellcheck warnings for missing shebangs (in mk/package.sh and mk/publish.sh, however looking at the scripts it seems these might be for windows environments running MinGW, where shebangs might be incompatible.