aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-09 08:01:44 +0200
committerXhmikosR <[email protected]>2021-02-17 06:54:38 +0200
commit6487ba72f59e88d84f1c75f9d7cfcb27bf880bc3 (patch)
treeb9e64de2924f552a379bcf2f2e23b5c3d6142d4f
parent9c264dbea5621db0ce5ccdb628f28c962c2910e3 (diff)
downloadbootstrap-6487ba72f59e88d84f1c75f9d7cfcb27bf880bc3.tar.xz
bootstrap-6487ba72f59e88d84f1c75f9d7cfcb27bf880bc3.zip
vnu-jar.js: quote vnu path (#33016)
Should work now with folders with spaces
-rw-r--r--build/vnu-jar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index d211ce577..e33ccc0c8 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -41,7 +41,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
const args = [
'-jar',
- vnu,
+ `"${vnu}"`,
'--asciiquotes',
'--skip-non-html',
// Ignore the language code warnings