mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
Merge pull request #12304 from oparoz/patch-1
Use a more universal shebang
This commit is contained in:
commit
cc67e0fe5f
1 changed files with 1 additions and 1 deletions
2
occ
2
occ
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/php
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
/**
|
||||
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>
|
||||
|
|
|
|||
Loading…
Reference in a new issue