mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Task-number: QTQAINFRA-4514 Change-Id: Idaa28bf61d0ae7498fc019589a168b45e693594b Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
7 lines
147 B
Bash
Executable File
7 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# shellcheck source=../common/unix/install-breakpad.sh
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-breakpad.sh"
|