We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bd6ff commit 4a00441Copy full SHA for 4a00441
ci/build/build-vscode.sh
@@ -7,7 +7,7 @@ set -euo pipefail
7
MINIFY=${MINIFY-true}
8
9
delete-bin-script() {
10
- rm "lib/vscode-reh-web-linux-x64/bin/$1"
+ rm -f "lib/vscode-reh-web-linux-x64/bin/$1"
11
}
12
13
copy-bin-script() {
@@ -29,6 +29,7 @@ copy-bin-script() {
29
sed -i.bak 's/%ROOT_DIR%\\out/%VSROOT_DIR%\\out/g' "$dest"
30
31
chmod +x "$dest"
32
+ rm "$dest.bak"
33
34
35
main() {
0 commit comments