cli: stop processing requests after the --env handler runs
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
ef99b6c626
commit
2070c00d63
|
@ -1598,7 +1598,7 @@ cleanup3:
|
||||||
if (want_env_prefix != NULL)
|
if (want_env_prefix != NULL)
|
||||||
{
|
{
|
||||||
apply_env(&pkg_client, &world, want_env_prefix, 2);
|
apply_env(&pkg_client, &world, want_env_prefix, 2);
|
||||||
want_flags = 0;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((want_flags & PKG_PROVIDES) == PKG_PROVIDES)
|
if ((want_flags & PKG_PROVIDES) == PKG_PROVIDES)
|
||||||
|
|
Loading…
Reference in New Issue