We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a82f6a commit a9d3ebdCopy full SHA for a9d3ebd
configure
@@ -94,7 +94,7 @@ elif [ "$IS_MACOS" ]; then
94
fi
95
elif [ "$DOWNLOAD_STATIC_LIBV8" ]; then
96
SCRIPTURL="https://github.com/jeroen/build-v8-static/releases/download/10.8.168.25/get-v8-linux.sh"
97
- ${R_HOME}/bin/R -s -e 'curl::curl_download("$SCRIPTURL","get-v8-linux.sh")' && . ./get-v8-linux.sh || true
+ ${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true
98
99
100
# For debugging
0 commit comments