From 68a93768585eb9b1f8dfe5d1d064d61809b603d6 Mon Sep 17 00:00:00 2001 From: Olivier Paroz <oparoz@users.noreply.github.com> Date: Wed, 19 Nov 2014 17:34:03 +0100 Subject: [PATCH] Use a more universal shebang On FreeBSD, php is usually in /usr/local and I'm sure there are many more exceptions. --- occ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/occ b/occ index e2b71fe4ab..7e47585b01 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> -- GitLab