瀏覽代碼

Specify bash for androidbuildlibs.sh

This script relies on string indexes in parameter expansions, which
aren't suppored by /bin/sh (e.g. dash).

Based on a patch by Roflcopter4:
https://github.com/joncampbell123/dosbox-x/pull/3850

Signed-off-by: Stephen Kitt <[email protected]>
(cherry picked from commit bbfd5b3fb2eed8f95919febf3bc0fec4bc605cbe)
Stephen Kitt 2 年之前
父節點
當前提交
3e1d7e6a14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-scripts/androidbuildlibs.sh

+ 1 - 1
build-scripts/androidbuildlibs.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 #
 # Build the Android libraries without needing a project
 # Build the Android libraries without needing a project
 # (AndroidManifest.xml, jni/{Application,Android}.mk, etc.)
 # (AndroidManifest.xml, jni/{Application,Android}.mk, etc.)