Export Action is not called with proper file name if the file name has whitespace
LR Classic Version: 12.2.1
OS Version: Mac OS Ventura 13.2.1
When exporting images and using a shell script as an export action on MacOS, then if exporting to a path containing whitespace the file name is passed into the export action without escaping the whitespace.
Instead of calling
myscript.sh /path\ with\ whitespace
or
myscript.sh "/path with whitespace"
it calls
myscript.sh /path with whitespace
This makes the script operate on three images (which do not exist) instead of the one image.
I know a workaround would be to not use whitespace in a path. But if that is not an option, how can I work around this?
Thanks and cheers
Ruediger

