]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
vnu-jar.js: quote vnu path (#33016)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 9 Feb 2021 06:01:44 +0000 (08:01 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 17 Feb 2021 04:54:38 +0000 (06:54 +0200)
Should work now with folders with spaces

build/vnu-jar.js

index d211ce5772f064cb16edfd6b0b321b5198cbab44..e33ccc0c8eea86ef3131b0c59b8badd6ad41b770 100644 (file)
@@ -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