mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-06 00:22:13 +00:00
build: android: fix unportable shebang
This commit is contained in:
parent
67e935b692
commit
e4526bcfd2
3 changed files with 3 additions and 3 deletions
scripts/android
|
@ -1,4 +1,4 @@
|
||||||
# /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./build_iconv.sh
|
./build_iconv.sh
|
||||||
./build_boost.sh
|
./build_boost.sh
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./build_iconv.sh
|
./build_iconv.sh
|
||||||
./build_boost.sh
|
./build_boost.sh
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# /bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
WORKDIR=/opt/android
|
WORKDIR=/opt/android
|
||||||
CW_DIR=${WORKDIR}/cake_wallet
|
CW_DIR=${WORKDIR}/cake_wallet
|
||||||
|
|
Loading…
Reference in a new issue