From: XhmikosR Date: Tue, 9 Feb 2021 06:01:44 +0000 (+0200) Subject: vnu-jar.js: quote vnu path (#33016) X-Git-Tag: v5.0.0-beta2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aba43ae0c0c09916f647c6b3edf1c6e02517f9;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 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