xonsh/news/argv0.rst
2020-08-04 16:30:04 +02:00

26 lines
400 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* Xonsh now launches subprocesses with their ``argv[0]`` argument containing
the command exactly as inserted by the user instead of setting it to the
resolved path of the executable. This is for consistency with bash and other
shells.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>