escapeShellArg only quotes if the string contains special characters, but for a Lua string we must quote unconditionally
1.5 KiB
1.5 KiB
escapeShellArg only quotes if the string contains special characters, but for a Lua string we must quote unconditionally