forked from Lainports/freebsd-ports
This should unbreak running on PHP 8.0 and (at least) build on PHP 8.1. PR: 262343 Reported by: arrowd@
11 lines
296 B
PHP
11 lines
296 B
PHP
--- src/workflow/ArcanistLiberateWorkflow.php.orig 2021-12-10 00:42:19 UTC
|
|
+++ src/workflow/ArcanistLiberateWorkflow.php
|
|
@@ -163,7 +163,7 @@ EOTEXT
|
|
}
|
|
|
|
return phutil_passthru(
|
|
- 'php -f %R -- %Ls %R',
|
|
+ '%%PHP_CMD%% -f %R -- %Ls %R',
|
|
$bin,
|
|
$argv,
|
|
$path);
|