cli: stop processing requests after the --env handler runs
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Ariadne Conill 2024-08-06 10:41:23 -07:00
parent ef99b6c626
commit 2070c00d63
1 changed files with 1 additions and 1 deletions

View File

@ -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)