don't build iconv program, or gettext programs

This commit is contained in:
henderkes
2025-10-23 22:14:57 +02:00
parent 8e50af3a7e
commit ef5e664981
4 changed files with 19 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ class UnixShell extends Shell
public function exec(string $cmd): static
{
$cmd = clean_spaces($cmd);
/* @phpstan-ignore-next-line */
logger()->info(ConsoleColor::yellow('[EXEC] ') . ConsoleColor::green($cmd));
$original_command = $cmd;