Merge pull request #316 from cake-tech/build_android_haven_cb

build: android: fix unportable shebang
This commit is contained in:
mkyq 2022-03-31 18:55:11 +01:00 committed by GitHub
commit 496632eea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# /bin/bash
#!/bin/bash
./build_iconv.sh
./build_boost.sh

View file

@ -1,4 +1,4 @@
# /bin/bash
#!/bin/bash
./build_iconv.sh
./build_boost.sh

View file

@ -1,4 +1,4 @@
# /bin/bash
#!/bin/bash
WORKDIR=/opt/android
CW_DIR=${WORKDIR}/cake_wallet