Skip to content

Commit fc0e48e

Browse files
jsjoeiocode-asher
andauthored
Update ci/build/build-vscode.sh
Co-authored-by: Asher <[email protected]>
1 parent d2a1fb7 commit fc0e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-vscode.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ copy-bin-script() {
2525
sed -i.bak 's/ROOT\/out/VSROOT\/out/g' "$dest"
2626
# We do not want expansion here; this text should make it to the file as-is.
2727
# shellcheck disable=SC2016
28-
sed -i.bak 's/$ROOT\/node/${NODE_EXEC_PATH:-ROOT\/lib\/node}/g' "$dest"
28+
sed -i.bak 's/$ROOT\/node/${NODE_EXEC_PATH:-$ROOT\/lib\/node}/g' "$dest"
2929

3030
# Fix Node path on Windows.
3131
sed -i.bak 's/^set ROOT_DIR=\(.*\)$/set ROOT_DIR=%~dp0..\\..\\..\\..\r\nset VSROOT_DIR=\1/g' "$dest"

0 commit comments

Comments
 (0)