Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/occ
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2014-11-19 19:34:03 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2014-11-19 19:34:03 +0300
commit68a93768585eb9b1f8dfe5d1d064d61809b603d6 (patch)
tree29461e78174adb9a921f0c58e96f0ab0d8a7bb9d /occ
parent284ba5b688d7f0a9d2e1f7b9a68a7e8362be5e67 (diff)
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-xocc2
1 files changed, 1 insertions, 1 deletions
diff --git a/occ b/occ
index e2b71fe4abc..7e47585b01e 100755
--- a/occ
+++ b/occ
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
/**
* Copyright (c) 2013 Thomas Müller <thomas.mueller@tmit.eu>