Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote.c: hoist read_config into remote_get_1
[gitweb.git]
/
run-command.c
diff --git
a/run-command.c
b/run-command.c
index 4184e8d9f3a61459df1d4fa4cdec8a59386f1f17..aad03ab705f301268980079282fcf370b9275c5a 100644
(file)
--- a/
run-command.c
+++ b/
run-command.c
@@
-4,10
+4,6
@@
#include "sigchain.h"
#include "argv-array.h"
-#ifndef SHELL_PATH
-# define SHELL_PATH "/bin/sh"
-#endif
-
void child_process_init(struct child_process *child)
{
memset(child, 0, sizeof(*child));