From: ThomasBarris Date: Tue, 21 Aug 2018 11:21:08 +0000 (+0200) Subject: replaced all shebangs in utility scripts with @PHP_BIN@, to be replaced with detected... X-Git-Tag: v3.2.0~9^2~7 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/e286536959144de9ab18abf7dce7a58e630b3bbc?hp=38304136d31c88bc0e2294c4b62d83cf124c1dcf replaced all shebangs in utility scripts with @PHP_BIN@, to be replaced with detected PHP binary on install --- diff --git a/utils/blocks.php b/utils/blocks.php index 602df0bc..761ab9e4 100755 --- a/utils/blocks.php +++ b/utils/blocks.php @@ -1,4 +1,4 @@ -#!/usr/bin/php -Cq +#!@PHP_BIN@ -Cq