Skip to content

Commit 7c93868

Browse files
authored
Merge pull request darktable-org#491 from wpferguson/fix_quote_windows_command_call
lib/dtutils/system - fixed typo in quote_windows_command call
2 parents 97aa4ce + 36023d8 commit 7c93868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dtutils/system.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function dtutils_system.windows_command(command)
9191
if file then
9292
dt.print_log("opened file")
9393
command = string.gsub(command, "%%", "%%%%") -- escape % from windows shell
94-
command = quote_windows-command(command)
94+
command = quote_windows_command(command)
9595
file:write(command)
9696
file:close()
9797

0 commit comments

Comments
 (0)