mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Fix shellcheck complaints in vcpkg mounting scripts
Change-Id: Iae479d43f98e057ebffdc66a407691bdcfc14229 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../common/unix/mount-vcpkg-cache-drive.sh
|
||||
# shellcheck source=../common/linux/mount-vcpkg-cache-drive.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/mount-vcpkg-cache-drive.sh"
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../common/unix/mount-vcpkg-cache-drive.sh
|
||||
# shellcheck source=../common/linux/mount-vcpkg-cache-drive.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/mount-vcpkg-cache-drive.sh"
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../common/unix/mount-vcpkg-cache-drive.sh
|
||||
# shellcheck source=../common/linux/mount-vcpkg-cache-drive.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/mount-vcpkg-cache-drive.sh"
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# shellcheck source=../common/unix/mount-vcpkg-cache-drive.sh
|
||||
# shellcheck source=../common/linux/mount-vcpkg-cache-drive.sh
|
||||
source "${BASH_SOURCE%/*}/../common/linux/mount-vcpkg-cache-drive.sh"
|
||||
|
||||
Reference in New Issue
Block a user