mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Merge pull request #316 from cake-tech/build_android_haven_cb
build: android: fix unportable shebang
This commit is contained in:
commit
496632eea9
3 changed files with 3 additions and 3 deletions
|
@ -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