Merge pull request #12304 from oparoz/patch-1

Use a more universal shebang
This commit is contained in:
Vincent Petry 2014-11-26 17:16:46 +01:00
commit cc67e0fe5f
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>