Files
rust/src/libstd
Jeremy Fitzhardinge 232022ff17 Fix up Command Debug output when arg0 is specified.
PR https://github.com/rust-lang/rust/pull/66512 added the ability to set argv[0] on
Command. As a side effect, it changed the Debug output to print both the program and
argv[0], which in practice results in stuttery output ("echo echo foo").

This PR reverts the behaviour to the the old one, so that the command is only printed
once - unless arg0 has been set. In that case it emits "[command] arg0 arg1 ...".
2019-12-16 14:44:16 -08:00
..
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-12-09 10:39:57 +00:00
2019-11-29 18:32:46 -08:00
2019-11-29 18:43:27 -08:00
2019-12-06 17:28:04 +01:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-25 08:59:23 +01:00
2019-11-29 18:43:27 -08:00
2019-11-26 22:19:54 -05:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-12-03 11:58:03 -08:00
2019-11-29 18:43:27 -08:00
2019-02-28 04:06:15 +09:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-11-29 18:43:27 -08:00
2019-10-05 12:23:10 +02:00