Removing Unity/mono dependency
Publish PHP Package / docker (push) Successful in 5s
Details
Publish PHP Package / docker (push) Successful in 5s
Details
This commit is contained in:
parent
20b3d26ece
commit
5f52f0a4ad
|
@ -123,18 +123,9 @@ function bhl_dir() : string
|
||||||
}
|
}
|
||||||
|
|
||||||
function bhl_shell(string $cmd, &$ret_var, &$ret_out)
|
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);
|
shell_try(bhl_dir()."/bhl $cmd", $ret_var, $ret_out);
|
||||||
}
|
}
|
||||||
finally
|
|
||||||
{
|
|
||||||
mono_try_restore_path($prev_path);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function bhl_shell_ensure(string $cmd)
|
function bhl_shell_ensure(string $cmd)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue