mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-05 13:16:40 +08:00
Having a blank line before the shbang makes the shbang not work. Pick-to: 6.4 Change-Id: I523c4eab8746da2b898eacf3f54f73d63dbd2786 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/macos/android.sh
|
|
source "${BASH_SOURCE%/*}/../common/macos/android.sh"
|