Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
184 stars 74 forks source link

Use #!/bin/sh instead of #!/bin/bash when possible #109

Open emanuelb opened 3 years ago

emanuelb commented 3 years ago

Description

Several scripts in this repo use #!/bin/bash when it's not needed and #!/bin/sh can be used instead (thus not require the bash dependency) for example in buildCheckpoints.sh file the change is possible, for other files it's require testing, the checkbashisms tool might help for testing: https://manpages.debian.org/jessie/devscripts/checkbashisms.1.en.html