mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 00:05:37 +08:00
remove test, seems like removing musl from paths was successful
This commit is contained in:
@@ -205,7 +205,6 @@ echo match ($argv[1]) {
|
|||||||
|
|
||||||
switch ($argv[1] ?? null) {
|
switch ($argv[1] ?? null) {
|
||||||
case 'download_cmd':
|
case 'download_cmd':
|
||||||
passthru("{$prefix}install-pkg go-xcaddy --debug", $retcode); # test
|
|
||||||
passthru($prefix . $down_cmd, $retcode);
|
passthru($prefix . $down_cmd, $retcode);
|
||||||
break;
|
break;
|
||||||
case 'build_cmd':
|
case 'build_cmd':
|
||||||
|
|||||||
Reference in New Issue
Block a user