]> git.wh0rd.org - tt-rss.git/commitdiff
Change update.php shebang to support any in-path installation location for php
authorfluffy <fluffy@beesbuzz.biz>
Wed, 20 Jun 2012 05:35:34 +0000 (22:35 -0700)
committerfluffy <fluffy@beesbuzz.biz>
Wed, 20 Jun 2012 05:35:34 +0000 (22:35 -0700)
update.php

index 68add9f0ccfc34563c19db262373f868dd53abb1..44c39b6a883748184c6634ed725e3951d093aec0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
 <?php
        set_include_path(get_include_path() . PATH_SEPARATOR .
                dirname(__FILE__) . "/include");