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/reconfigure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/reconfigure.php') diff --git a/cli/reconfigure.php b/cli/reconfigure.php index 84073b70e..45e913d76 100755 --- a/cli/reconfigure.php +++ b/cli/reconfigure.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php