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:
Olivier Paroz 2014-11-19 17:34:03 +01:00
parent 284ba5b688
commit 68a9376858
1 changed files with 1 additions and 1 deletions

2
occ
View File

@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/**
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>