From 3f08e4cbf4844a6b7a5450f077e2dfb89d02f041 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Sun, 30 Oct 2022 05:10:06 +0000 Subject: [PATCH] make.sh - specify interpreter directly (#4807) Run directly it fails with: `./make.sh: 203: Syntax error: "(" unexpected` A scan on https://www.shellcheck.net/ shows too many issues, this needs to be redesigned a lot to be clean of bashisms --- android/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/make.sh b/android/make.sh index 59abb3d8b..13a2ea542 100755 --- a/android/make.sh +++ b/android/make.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # (C) 2016-2017 Dawid Gan, under the GPLv3 #