Skip to content

Commit 0b253ce

Browse files
committed
build-android: Make it a bash script
We're using bash features, not just sh.
1 parent 401649d commit 0b253ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -eux
44

0 commit comments

Comments
 (0)