Removing Unity/mono dependency
Publish PHP Package / docker (push) Successful in 5s Details

This commit is contained in:
Pavel Shevaev 2024-09-20 17:48:53 +03:00
parent 20b3d26ece
commit 5f52f0a4ad
1 changed files with 1 additions and 10 deletions

View File

@ -123,18 +123,9 @@ function bhl_dir() : string
}
function bhl_shell(string $cmd, &$ret_var, &$ret_out)
{
$prev_path = mono_try_override_path();
try
{
shell_try(bhl_dir()."/bhl $cmd", $ret_var, $ret_out);
}
finally
{
mono_try_restore_path($prev_path);
}
}
function bhl_shell_ensure(string $cmd)
{