build: android: fix unportable shebang
clear-xmr committed
Mar 31, 2022 at 16:47 UTC
e4526bcfd2f4db6aa92b3ab780e903ef03e9fda4
3 files changed
+3
-3
scripts/android/build_haven_all.sh
+1
-1
@@ -1,4 +1,4 @@
1
-# /bin/bash
1
+#!/bin/bash
2
3
./build_iconv.sh
4
./build_boost.sh
scripts/android/build_monero_all.sh
+1
-1
@@ -1,4 +1,4 @@
1
-# /bin/bash
1
+#!/bin/bash
2
3
./build_iconv.sh
4
./build_boost.sh
scripts/android/copy_monero_deps.sh
+1
-1
@@ -1,4 +1,4 @@
1
-# /bin/bash
1
+#!/bin/bash
2
3
WORKDIR=/opt/android
4
CW_DIR=${WORKDIR}/cake_wallet