mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 22:05:02 -05:00
Ensure --print doesn't enable --noconfirm when not expected
This is at best a hack around the way we currently do our --print magic, but at least prevents someone from shooting themselves in the foot as indicated in FS#24287. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
aec60e3782
commit
ba467779bb
@ -1416,7 +1416,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* set up the print operations */
|
||||
if(config->print) {
|
||||
if(config->print && !config->op_s_clean) {
|
||||
config->noconfirm = 1;
|
||||
config->flags |= PM_TRANS_FLAG_NOCONFLICTS;
|
||||
config->flags |= PM_TRANS_FLAG_NOLOCK;
|
||||
|
Loading…
Reference in New Issue
Block a user