From 7b25ecd298d73aba76ec0fe63ba9167e5778865f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 6 Nov 2024 20:14:04 +0900 Subject: [PATCH] Add missing escape --- ci/scripts/install_vcpkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/scripts/install_vcpkg.sh b/ci/scripts/install_vcpkg.sh index 5c1842c4da1b5..800ba00a89972 100755 --- a/ci/scripts/install_vcpkg.sh +++ b/ci/scripts/install_vcpkg.sh @@ -62,11 +62,11 @@ if [ -n "${GITHUB_TOKEN:-}" ] && [ -n "${GITHUB_ACTOR:-}" ]; then cat < /usr/bin/nuget #!/bin/sh -exec mono /usr/libexec/nuget.exe "$@" +exec mono /usr/libexec/nuget.exe "\$@" NUGET chmod +x /usr/bin/nuget + nuget help fi - nuget help nuget_url="https://nuget.pkg.github.com/${GITHUB_ACTOR}/index.json" cat < "${VCPKG_ROOT}/nuget.config"