Skip to content

Commit 68a9376

Browse files
committed
Use a more universal shebang
On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
1 parent 284ba5b commit 68a9376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

occ

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33
/**
44
* Copyright (c) 2013 Thomas Müller <[email protected]>

0 commit comments

Comments
 (0)