We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43225a3 commit 8c2096fCopy full SHA for 8c2096f
ci/build/build-vscode.sh
@@ -19,6 +19,8 @@ copy-bin-script() {
19
sed -i.bak "s/@@APPNAME@@/code-server/g" "$dest"
20
21
# Fix Node path on Darwin and Linux.
22
+ # We do not want expansion here; this text should make it to the file as-is.
23
+ # shellcheck disable=SC2016
24
sed -i.bak 's/^ROOT=\(.*\)$/VSROOT=\1\nROOT="$(dirname "$(dirname "$VSROOT")")"/g' "$dest"
25
sed -i.bak 's/ROOT\/out/VSROOT\/out/g' "$dest"
26
0 commit comments