build: android: fix unportable shebang

This commit is contained in:
clear-xmr 2022-03-31 16:47:40 +02:00
parent 67e935b692
commit e4526bcfd2
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