Fix shellcheck complaints in vcpkg mounting scripts

Change-Id: Iae479d43f98e057ebffdc66a407691bdcfc14229
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Tony Sarajärvi
2023-11-28 06:22:11 +00:00
parent 7bc6a1c869
commit cef68a74ea
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"