Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Revert "diff-lib.c: adjust position of i-t-a entries in diff"
[gitweb.git]
/
run-command.c
diff --git
a/run-command.c
b/run-command.c
index 0b432cc9713251b4d116bedf52ae1f51bd9d80cf..3afb124c79dcb234344e17795205153d4a2e0643 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));