Skip to content

Commit

Permalink
Use a more universal shebang
Browse files Browse the repository at this point in the history
On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
  • Loading branch information
oparoz committed Nov 19, 2014
1 parent 284ba5b commit 68a9376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occ
@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/**
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
Expand Down

0 comments on commit 68a9376

Please sign in to comment.