From f63570307deee8e6b05fbe78ea8ca100d8803afe Mon Sep 17 00:00:00 2001 From: Philipp Daniels Date: Tue, 9 May 2017 19:09:30 +0200 Subject: [PATCH] Search php binary in user's $PATH is more flexibel --- bin/phpca | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phpca b/bin/phpca index 2067a23..0f598e6 100755 --- a/bin/phpca +++ b/bin/phpca @@ -1,4 +1,4 @@ -#!/usr/bin/php +#!/usr/bin/env php printUsedExtensions(); } -} \ No newline at end of file +}