aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-09 08:01:44 +0200
committerGitHub <[email protected]>2021-02-09 08:01:44 +0200
commit28aba43ae0c0c09916f647c6b3edf1c6e02517f9 (patch)
treecf046ccbb3aecda88d413a4e6fccd54d85b05cd3
parent0eaa6c05cff4a692994a4d0a5f02559adb9b412d (diff)
downloadbootstrap-28aba43ae0c0c09916f647c6b3edf1c6e02517f9.tar.xz
bootstrap-28aba43ae0c0c09916f647c6b3edf1c6e02517f9.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 c23b94d60..0296d140f 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -42,7 +42,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
const args = [
'-jar',
- vnu,
+ `"${vnu}"`,
'--asciiquotes',
'--skip-non-html',
// Ignore the language code warnings