From: XhmikosR Date: Tue, 9 Feb 2021 06:01:44 +0000 (+0200) Subject: vnu-jar.js: quote vnu path (#33016) X-Git-Tag: v4.6.1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6487ba72f59e88d84f1c75f9d7cfcb27bf880bc3;p=thirdparty%2Fbootstrap.git vnu-jar.js: quote vnu path (#33016) Should work now with folders with spaces --- diff --git a/build/vnu-jar.js b/build/vnu-jar.js index d211ce5772..e33ccc0c8e 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