patch from krasimir for escaping spaces
BUGFIX: System.Cmd.system was used here but the executable path may have spaces. The right way is to use runInteractiveProcess but it isn't supported from HUGS. It is easier for a while to quote the path.
Please register or sign in to comment