]> git.wh0rd.org - tt-rss.git/commitdiff
update daemon shebang too
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 22 Jun 2012 04:09:42 +0000 (08:09 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 22 Jun 2012 04:09:42 +0000 (08:09 +0400)
update_daemon2.php

index 80848bd0a4307d94a9d73e07a0d98f70b4268a8c..18d8936b5ed843f83657cd3d74c5a916d01805e0 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");