Skip to content

Commit a9d3ebd

Browse files
committed
Fix scripturl
1 parent 0a82f6a commit a9d3ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ elif [ "$IS_MACOS" ]; then
9494
fi
9595
elif [ "$DOWNLOAD_STATIC_LIBV8" ]; then
9696
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
97+
${R_HOME}/bin/R -s -e "curl::curl_download('$SCRIPTURL','get-v8-linux.sh')" && . ./get-v8-linux.sh || true
9898
fi
9999

100100
# For debugging

0 commit comments

Comments
 (0)