projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917c12e
)
Change update.php shebang to support any in-path installation location for php
author
fluffy
<fluffy@beesbuzz.biz>
Wed, 20 Jun 2012 05:35:34 +0000
(22:35 -0700)
committer
fluffy
<fluffy@beesbuzz.biz>
Wed, 20 Jun 2012 05:35:34 +0000
(22:35 -0700)
update.php
patch
|
blob
|
history
diff --git
a/update.php
b/update.php
index 68add9f0ccfc34563c19db262373f868dd53abb1..44c39b6a883748184c6634ed725e3951d093aec0 100755
(executable)
--- 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");