mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-20 13:32:42 +08:00
Pick-to: 6.2 Change-Id: I48770c6c6a33375f621b228fc61b23a2c97f787c Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/macos/postgresql.sh"
|