Skip to content

Commit 92c97b7

Browse files
authored
Merge pull request #1203 from openziti/local-cross-build-escape-eval
escape special chars in eval'd command
2 parents 37773cf + 4924b21 commit 92c97b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ziti-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function set_workspace(){
7070
--volume "${REPODIR}:${WORKSPACE}" \
7171
"${ZITI_SDK_DIR:+--volume=${ZITI_SDK_DIR}:${ZITI_SDK_DIR}}" \
7272
--platform "linux/amd64" \
73-
--env "VCPKG_BINARY_SOURCES=clear;files,${WORKSPACE}/vcpkg_cache,readwrite" \
73+
--env "VCPKG_BINARY_SOURCES=clear\;files,${WORKSPACE}/vcpkg_cache,readwrite" \
7474
--env "TLSUV_TLSLIB" \
7575
--env "ZITI_SDK_DIR" \
7676
--env "ZITI_SDK_VERSION" \

0 commit comments

Comments
 (0)