toit icon indicating copy to clipboard operation
toit copied to clipboard

On Windows, argv[0] and the executable name cannot differ

Open erikcorry opened this issue 2 years ago • 0 comments

The executable name is ignored, and the zeroth argument is always used.

This is not a huge issue, and it only affects fork from the os.pipe package. The others, like backticks don't support passing two different values to the primitive for the executable and argv[0]. See #1400's history.

erikcorry avatar Feb 03 '23 16:02 erikcorry