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
11
bhl.inc.php
11
bhl.inc.php
|
@ -124,16 +124,7 @@ 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);
|
||||
}
|
||||
shell_try(bhl_dir()."/bhl $cmd", $ret_var, $ret_out);
|
||||
}
|
||||
|
||||
function bhl_shell_ensure(string $cmd)
|
||||
|
|
Loading…
Reference in New Issue