Skip to content

Commit 06a846f

Browse files
committed
Double quote to prevent globbing and word splitting
1 parent 560b34b commit 06a846f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installers/build-installers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function build_linux_deb {
6464
function build_windows_installer {
6565
echo "> Building the Windows installer"
6666

67-
setup_inno_setup $2
67+
setup_inno_setup "$2"
6868

6969
build_nbpackage windows x64 jmonkeyengine-windows-x64.properties "$1"
7070

0 commit comments

Comments
 (0)