We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a1fb7 commit fc0e48eCopy full SHA for fc0e48e
ci/build/build-vscode.sh
@@ -25,7 +25,7 @@ copy-bin-script() {
25
sed -i.bak 's/ROOT\/out/VSROOT\/out/g' "$dest"
26
# We do not want expansion here; this text should make it to the file as-is.
27
# shellcheck disable=SC2016
28
- sed -i.bak 's/$ROOT\/node/${NODE_EXEC_PATH:-ROOT\/lib\/node}/g' "$dest"
+ sed -i.bak 's/$ROOT\/node/${NODE_EXEC_PATH:-$ROOT\/lib\/node}/g' "$dest"
29
30
# Fix Node path on Windows.
31
sed -i.bak 's/^set ROOT_DIR=\(.*\)$/set ROOT_DIR=%~dp0..\\..\\..\\..\r\nset VSROOT_DIR=\1/g' "$dest"
0 commit comments