Use a more universal shebang
On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
This commit is contained in:
parent
284ba5b688
commit
68a9376858
1 changed files with 1 additions and 1 deletions
2
occ
2
occ
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
|
||||
|
|
Loading…
Reference in a new issue