From df42eba69a54d3e7b1e4cc263d703e15c54bd131 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 25 Nov 2014 15:14:12 +0100 Subject: [PATCH] Revert "Use /usr/bin/env instead of hard-coding paths" This reverts commit 42b0469a96a17fc2f0eac200b94f46990008ee60. Packaged verions of our scripts must use a system installation of the interpreter for obvious reasons. I also disapprove using env in our Git. We want to use a system installation of the interpreter too. Not something that's supposed to be the interpreter. Also, potential incomplete or defective local versions of the interpreter must not be our concern. That installations from source using /usr/bin/php do not work out of the box on FreeBSD for example is of course an issue. But that should not be fixed by blindly using env. refs #7789 --- bin/icingacli | 2 +- bin/license_writer.py | 2 +- packages/files/bin/icingacli | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/icingacli b/bin/icingacli index 69aa35421..c85777c9c 100755 --- a/bin/icingacli +++ b/bin/icingacli @@ -1,4 +1,4 @@ -#!/usr/bin/env php +#!/usr/bin/php