]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-instaweb.sh
git-instaweb: use @SHELL_PATH@ instead of /bin/sh
[thirdparty/git.git] / git-instaweb.sh
index 4c0af04fe9be877a4728e610361244500785bf08..47e38f34c3a871349630660e6e3387d554c29d36 100755 (executable)
@@ -205,7 +205,7 @@ webrick_conf () {
        # actual gitweb.cgi using a shell script to force it
   wrapper="$fqgitdir/gitweb/$httpd/wrapper.sh"
        cat > "$wrapper" <<EOF
-#!/bin/sh
+#!@SHELL_PATH@
 # we use this shell script wrapper around the real gitweb.cgi since
 # there appears to be no other way to pass arbitrary environment variables
 # into the CGI process