t7810-grep.sh: fix a whitespace inconsistency
[gitweb.git] / run-command.c
index 4184e8d9f3a61459df1d4fa4cdec8a59386f1f17..aad03ab705f301268980079282fcf370b9275c5a 100644 (file)
@@ -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));