mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +08:00
Change-Id: Ia241a4211d24d2788f0f0ef9af55b23a6b227624 Reviewed-by: Heikki Halmet <heikki.halmet@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"
|