Skip to content

Commit

Permalink
Add missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 6, 2024
1 parent 2b174f8 commit 7b25ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/install_vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ if [ -n "${GITHUB_TOKEN:-}" ] && [ -n "${GITHUB_ACTOR:-}" ]; then
cat <<NUGET > /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 <<NUGET_CONFIG > "${VCPKG_ROOT}/nuget.config"
<?xml version="1.0" encoding="utf-8"?>
Expand Down

0 comments on commit 7b25ecd

Please sign in to comment.