summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorfluffy <[email protected]>2012-06-19 22:35:34 -0700
committerfluffy <[email protected]>2012-06-19 22:35:34 -0700
commitece7871113892e324c46a83f9628bdb74a0d92ca (patch)
tree37a9b3fa3315155801829d97fb271784e33e0b2c /update.php
parent917c12ee30e5db223114314def15be9a77c9be71 (diff)
Change update.php shebang to support any in-path installation location for php
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
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");