diff --git a/coin/instructions/coin_module_test_android_start_emulator.yaml b/coin/instructions/coin_module_test_android_start_emulator.yaml index 57023b3a1fc..448a9ca9af7 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 841ac0ca061..4862a2c0aa0 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.