Change update.php shebang to support any in-path installation location for php

This commit is contained in:
fluffy 2012-06-19 22:35:34 -07:00
parent 917c12ee30
commit ece7871113
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");