You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--keyFile is correctly quoted when it appears by itself. It looks like the actual bug is an extra unquoted --keyFile added with the --auth param is also included.
stennie
changed the title
mlaunch: --keyfile value needs to be quoted for paths with embedded spaces
mlaunch: --auth assumes --keyFile will not be provided
Nov 27, 2021
stennie
changed the title
mlaunch: --auth assumes --keyFile will not be provided
mlaunch: --auth does not quote --keyFile with embedded spaces in path
Nov 27, 2021
stennie
changed the title
mlaunch: --auth does not quote --keyFile with embedded spaces in path
mlaunch: --auth does not quote --keyFile parameter
Nov 27, 2021
stennie
added a commit
to stennie/mtools
that referenced
this issue
Nov 27, 2021
Expected behavior
--keyFile
(and all othermlaunch
path params) should be supported for paths that include embedded spacesActual/current behavior
The
--auth
command adds an unquoted--keyFile
value, somlaunch
will fail if the path contains embedded spaces:Thanks to @tap1r for the bug report.
Steps to reproduce the actual/current behavior
The text was updated successfully, but these errors were encountered: