mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Split PATH into parts in advance, and pass the result to the new spawnvppe_pipe.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
int spawnvppe_pipe(const char *cmd, const char **argv, const char **env, char **path, int pin[], int pout[]);
|
||||
int spawnvpe_pipe(const char *cmd, const char **argv, const char **env, int pin[], int pout[]);
|
||||
const char **copy_environ();
|
||||
const char **copy_env(const char **env);
|
||||
|
||||
Reference in New Issue
Block a user