Browse Source

Use a more universal shebang

On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
Olivier Paroz 9 years ago
parent
commit
68a9376858
1 changed files with 1 additions and 1 deletions
  1. 1 1
      occ

+ 1 - 1
occ

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