Possible bug in 13.x with sys.process

There has been indeed some change which fixed a bug regarding the parsing of plain strings for commands: https://github.com/scala/scala/pull/7452

I would always better use the Seq version of the Process builder instead of relying on some splitting of a string to extract the command and its arguments.