From ece7871113892e324c46a83f9628bdb74a0d92ca Mon Sep 17 00:00:00 2001
From: fluffy <fluffy@beesbuzz.biz>
Date: Tue, 19 Jun 2012 22:35:34 -0700
Subject: [PATCH] Change update.php shebang to support any in-path installation
 location for php

---
 update.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.php b/update.php
index 68add9f0c..44c39b6a8 100755
--- a/update.php
+++ b/update.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
 <?php
 	set_include_path(get_include_path() . PATH_SEPARATOR .
 		dirname(__FILE__) . "/include");
-- 
GitLab