bcoin-org / bcoin

Javascript bitcoin library for node.js and browsers
https://bcoin.io
Other
3.01k stars 811 forks source link

fix: change shebangs in scripts and some shellcheck fixes #1176

Open Tanish2002 opened 8 months ago

Tanish2002 commented 8 months ago

On some systems bash might not be necessarily inside /bin/bash so changed to shebangs to /usr/bin/env bash

Also performed some shellcheck fixes.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0c18028) 70.41% compared to head (68e66ad) 70.41%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1176 +/- ## ======================================= Coverage 70.41% 70.41% ======================================= Files 174 174 Lines 27515 27515 ======================================= Hits 19376 19376 Misses 8139 8139 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.