summaryrefslogtreecommitdiff
path: root/devel/arcanist-lib/files/patch-src_runtime_ArcanistRuntime.php
blob: b080e77b3b5feb2207205f48bdaf05386679fcad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/runtime/ArcanistRuntime.php.orig	2021-12-10 00:42:19 UTC
+++ src/runtime/ArcanistRuntime.php
@@ -208,7 +208,7 @@ final class ArcanistRuntime {
     $bin = $arcanist_root.'/scripts/arcanist.php';
 
     $err = phutil_passthru(
-      'php -f %R -- %Ls',
+      '%%PHP_CMD%% -f %R -- %Ls',
       $bin,
       array_slice($argv, 1));