Преглед изворни кода

Double quote to prevent globbing and word splitting

Toni Helenius пре 3 недеља
родитељ
комит
06a846fa1a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      installers/build-installers.sh

+ 1 - 1
installers/build-installers.sh

@@ -64,7 +64,7 @@ function build_linux_deb {
 function build_windows_installer {
     echo "> Building the Windows installer"
     
-    setup_inno_setup $2
+    setup_inno_setup "$2"
     
     build_nbpackage windows x64 jmonkeyengine-windows-x64.properties "$1"