Skip to content

Commit 6ad90ff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/windows-x64/issc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
wine C:\\Program\ Files\\Inno\ Setup\ 6\\ISCC.exe $1
2+
wine C:\\Program\ Files\\Inno\ Setup\ 6\\ISCC.exe "$1"

0 commit comments

Comments
 (0)