diff options
author | Olivier Paroz <oparoz@users.noreply.github.com> | 2014-11-19 17:34:03 +0100 |
---|---|---|
committer | Olivier Paroz <oparoz@users.noreply.github.com> | 2014-11-19 17:34:03 +0100 |
commit | 68a93768585eb9b1f8dfe5d1d064d61809b603d6 (patch) | |
tree | 29461e78174adb9a921f0c58e96f0ab0d8a7bb9d /occ | |
parent | 284ba5b688d7f0a9d2e1f7b9a68a7e8362be5e67 (diff) | |
download | nextcloud-server-68a93768585eb9b1f8dfe5d1d064d61809b603d6.tar.gz nextcloud-server-68a93768585eb9b1f8dfe5d1d064d61809b603d6.zip |
Use a more universal shebang
On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions.
Diffstat (limited to 'occ')
-rwxr-xr-x | occ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php <?php /** * Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu> |