summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/coin_module_test_android_start_emulator.yaml2
-rwxr-xr-xutil/android/android_emulator_launcher.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/coin_module_test_android_start_emulator.yaml b/coin/instructions/coin_module_test_android_start_emulator.yaml
index 57023b3a1f..448a9ca9af 100644
--- a/coin/instructions/coin_module_test_android_start_emulator.yaml
+++ b/coin/instructions/coin_module_test_android_start_emulator.yaml
@@ -3,7 +3,7 @@ instructions:
- type: Group
instructions:
- type: ExecuteCommand
- command: "sh {{.InstallDir}}/libexec/android_emulator_launcher.sh"
+ command: "{{.InstallDir}}/libexec/android_emulator_launcher.sh"
maxTimeInSeconds: 300
maxTimeBetweenOutput: 300
userMessageOnFailure: "Failed to start emulator, check logs."
diff --git a/util/android/android_emulator_launcher.sh b/util/android/android_emulator_launcher.sh
index 841ac0ca06..4862a2c0aa 100755
--- a/util/android/android_emulator_launcher.sh
+++ b/util/android/android_emulator_launcher.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#############################################################################
##
## Copyright (C) 2020 The Qt Company Ltd.