mrrfv / open-android-backup

Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
http://openandroidbackup.me/
GNU General Public License v3.0
751 stars 40 forks source link

use #!/usr/bin/env bash #37

Closed usrtax closed 1 year ago

usrtax commented 1 year ago

in mac , /bin/bash is 3.2 too old to run build.sh , brew install bash is /usr/local/bin/bash , so use #!/usr/bin/env bash

mrrfv commented 1 year ago

thanks!