mirror of
https://github.com/mirror/make.git
synced 2025-02-09 03:10:31 +08:00
* w32/subproc/sub_proc.c (process_begin): Freeing argv[0] makes the other argv[i] pointers invalid, so need to allocate a new array and copy argv[i] for i != 0 first, replacing argv[0] with the batch file name, before we can free argv[0]. |
||
---|---|---|
.. | ||
compat | ||
include | ||
subproc | ||
Makefile.am | ||
pathstuff.c |