bcoin icon indicating copy to clipboard operation
bcoin copied to clipboard

fix: change shebangs in scripts and some shellcheck fixes

Open Tanish2002 opened this issue 1 year ago • 1 comments

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.

Tanish2002 avatar Jan 13 '24 15:01 Tanish2002

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
@@           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.

codecov[bot] avatar Jan 13 '24 15:01 codecov[bot]