Windows start script interprets commas (,
) and splits arguments where it should just pass them to the application
#1650
Labels
,
) and splits arguments where it should just pass them to the application
#1650
Expected behaviour
Commas (
,
) in arguments should be handed over to the application rather than interpreted by the start script.Actual behaviour
For the linux start script, that's the case.
The windows starter script interprets the comma and splits it up into separate arguments.
Way to reproduce
Workaround: triple double-quotes
Extra context
This is not a windows powershell issue - the below works correctly on both linux and windows:
The text was updated successfully, but these errors were encountered: