Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Simplify closing two fds at once in run-command.c
[gitweb.git]
/
builtin-push.c
diff --git
a/builtin-push.c
b/builtin-push.c
index 979efcc45fca1a39b125e02d14b1f5d096f813ba..6ab9a28e8c106858a1002971438e46778ff843d8 100644
(file)
--- a/
builtin-push.c
+++ b/
builtin-push.c
@@
-336,7
+336,7
@@
static int do_push(const char *repo)
argv[dest_argc] = NULL;
if (verbose)
fprintf(stderr, "Pushing to %s\n", dest);
- err = run_command_v
(argv
);
+ err = run_command_v
_opt(argv, 0
);
if (!err)
continue;
switch (err) {