From 1694264e2ca454a0cc51064ed09a6ed1a759cb01 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 6 Jun 2020 19:04:21 +0200 Subject: Modify shebang to be more portable (#3038) The new shebang is a portable way to find the php interpreter. It works on Mac, GNU/Linux and BSD. --- cli/prepare.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/prepare.php') diff --git a/cli/prepare.php b/cli/prepare.php index 7e8ea051d..ad027644b 100755 --- a/cli/prepare.php +++ b/cli/prepare.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php