File arcanist-change-env-php.patch of Package arcanist

diff --git a/bin/arc b/bin/arc
index 51528ca0..a3a609ac 100755
--- a/bin/arc
+++ b/bin/arc
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 if (function_exists('pcntl_async_signals')) {
diff --git a/bin/phage b/bin/phage
index 51528ca0..a3a609ac 100755
--- a/bin/phage
+++ b/bin/phage
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 if (function_exists('pcntl_async_signals')) {
diff --git a/scripts/arcanist.php b/scripts/arcanist.php
index f0723caa..8b5c9a9a 100755
--- a/scripts/arcanist.php
+++ b/scripts/arcanist.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 sanity_check_environment();
diff --git a/scripts/hgdaemon/hgdaemon_client.php b/scripts/hgdaemon/hgdaemon_client.php
index 6a0ef8bc..ce689d94 100755
--- a/scripts/hgdaemon/hgdaemon_client.php
+++ b/scripts/hgdaemon/hgdaemon_client.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 require_once dirname(dirname(__FILE__)).'/__init_script__.php';
diff --git a/scripts/hgdaemon/hgdaemon_server.php b/scripts/hgdaemon/hgdaemon_server.php
index 5be5d55d..a2f49966 100755
--- a/scripts/hgdaemon/hgdaemon_server.php
+++ b/scripts/hgdaemon/hgdaemon_server.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 require_once dirname(dirname(__FILE__)).'/__init_script__.php';
diff --git a/src/lint/linter/xhpast/rules/__tests__/inline-html/inline-html.lint-test b/src/lint/linter/xhpast/rules/__tests__/inline-html/inline-html.lint-test
index 3c580835..52a0202e 100644
--- a/src/lint/linter/xhpast/rules/__tests__/inline-html/inline-html.lint-test
+++ b/src/lint/linter/xhpast/rules/__tests__/inline-html/inline-html.lint-test
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <html>
 ~~~~~~~~~~
 disabled:2:1:XHP78:Inline HTML
diff --git a/src/parser/__tests__/languageguesser/php.shell-env b/src/parser/__tests__/languageguesser/php.shell-env
index 56ca75a9..90017edb 100644
--- a/src/parser/__tests__/languageguesser/php.shell-env
+++ b/src/parser/__tests__/languageguesser/php.shell-env
@@ -1,3 +1,3 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 
 exit(1);
diff --git a/support/lib/extract-symbols.php b/support/lib/extract-symbols.php
index a1cd28fa..cb1b014c 100755
--- a/support/lib/extract-symbols.php
+++ b/support/lib/extract-symbols.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 // We have to do this first before we load any symbols, because we define the
diff --git a/support/lib/rebuild-map.php b/support/lib/rebuild-map.php
index a8baeef6..fdab9b16 100755
--- a/support/lib/rebuild-map.php
+++ b/support/lib/rebuild-map.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 $root = dirname(dirname(dirname(__FILE__)));
diff --git a/support/unit/cat.php b/support/unit/cat.php
index 4b5ef5c1..727529b2 100755
--- a/support/unit/cat.php
+++ b/support/unit/cat.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 echo file_get_contents('php://stdin');
diff --git a/support/unit/echo.php b/support/unit/echo.php
index 37bf7e53..4630ed92 100755
--- a/support/unit/echo.php
+++ b/support/unit/echo.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 $args = array_slice($argv, 1);
diff --git a/support/unit/exit.php b/support/unit/exit.php
index 9983bd17..0c2dd6e6 100755
--- a/support/unit/exit.php
+++ b/support/unit/exit.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 exit(0);
diff --git a/support/unit/lock.php b/support/unit/lock.php
index b4e13a60..3e6cc33a 100755
--- a/support/unit/lock.php
+++ b/support/unit/lock.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 $arcanist_root = dirname(dirname(dirname(__FILE__)));
diff --git a/support/xhpast/bin/xhpast-generate-version.php b/support/xhpast/bin/xhpast-generate-version.php
index c011dbe6..cd276517 100755
--- a/support/xhpast/bin/xhpast-generate-version.php
+++ b/support/xhpast/bin/xhpast-generate-version.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 $arcanist_root = dirname(dirname(dirname(dirname(__FILE__))));
diff --git a/support/xhpast/build-xhpast.php b/support/xhpast/build-xhpast.php
index f57ee047..dba8519a 100755
--- a/support/xhpast/build-xhpast.php
+++ b/support/xhpast/build-xhpast.php
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/php
 <?php
 
 $root = dirname(dirname(dirname(__FILE__)));
openSUSE Build Service is sponsored by