]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sub-process.c
Merge branch 'al/t3200-back-on-a-branch'
[thirdparty/git.git] / sub-process.c
index 1b1af9dcbd95990dfd9d0ef11471f766a6015a80..dfa790d3ff91c637efc14843a9a26e507f116b83 100644 (file)
@@ -84,7 +84,7 @@ int subprocess_start(struct hashmap *hashmap, struct subprocess_entry *entry, co
        process = &entry->process;
 
        child_process_init(process);
-       argv_array_push(&process->args, cmd);
+       strvec_push(&process->args, cmd);
        process->use_shell = 1;
        process->in = -1;
        process->out = -1;