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/db-optimize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/db-optimize.php') diff --git a/cli/db-optimize.php b/cli/db-optimize.php index bd0623a48..56064de5a 100755 --- a/cli/db-optimize.php +++ b/cli/db-optimize.php @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php