remove test, seems like removing musl from paths was successful

This commit is contained in:
DubbleClick 2025-07-25 17:56:42 +07:00
parent d627363132
commit 753c720716

View File

@ -205,7 +205,6 @@ echo match ($argv[1]) {
switch ($argv[1] ?? null) {
case 'download_cmd':
passthru("{$prefix}install-pkg go-xcaddy --debug", $retcode); # test
passthru($prefix . $down_cmd, $retcode);
break;
case 'build_cmd':