From b2419a998bb9c2baf327035db143540c5f1400a5 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 20 Mar 2013 10:06:26 +0000 Subject: [PATCH] Use /usr/bin/git instead of /usr/local/bin/git for new sourceware.org setup. --- examples/gitweb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gitweb.php b/examples/gitweb.php index ffebcf47..96f16d34 100644 --- a/examples/gitweb.php +++ b/examples/gitweb.php @@ -12,5 +12,5 @@ switch ($pathparts['extension']) { case "html": header ("Content-Type: text/html"); break; default: header ("Content-Type: text/plain"); } -passthru ("/usr/local/bin/git --git-dir=/git/systemtap.git show HEAD:$gitfile1"); +passthru ("/usr/bin/git --git-dir=/git/systemtap.git show HEAD:$gitfile1"); ?> -- 2.43.5