Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-02-09 09:01:44 +0300
committerGitHub <noreply@github.com>2021-02-09 09:01:44 +0300
commit28aba43ae0c0c09916f647c6b3edf1c6e02517f9 (patch)
treecf046ccbb3aecda88d413a4e6fccd54d85b05cd3 /build
parent0eaa6c05cff4a692994a4d0a5f02559adb9b412d (diff)
vnu-jar.js: quote vnu path (#33016)
Should work now with folders with spaces
Diffstat (limited to 'build')
-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 c23b94d60b..0296d140fc 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