mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 13:32:42 +08:00
Task-number: QTQAINFRA-5111 Change-Id: I4f3871795a663f479d7a417405c48635725fdcae Reviewed-by: Simo Fält <simo.falt@qt.io>
7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/linux/install-git.sh"
|