mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +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
|
@ -1,4 +1,4 @@
|
|||
# /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
./build_iconv.sh
|
||||
./build_boost.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
./build_iconv.sh
|
||||
./build_boost.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# /bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
WORKDIR=/opt/android
|
||||
CW_DIR=${WORKDIR}/cake_wallet
|
||||
|
|
Loading…
Reference in a new issue