Skip to content

Commit d3b55df

Browse files
paper42Duncaen
authored andcommitted
xbps-install: fflush before asking for confirmation
Closes #469
1 parent 0158000 commit d3b55df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/xbps-install/transaction.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ exec_transaction(struct xbps_handle *xhp, unsigned int maxcols, bool yes, bool d
419419
*/
420420
if ((rv = show_transaction_sizes(trans, maxcols)) != 0)
421421
goto out;
422+
423+
fflush(stdout);
422424
/*
423425
* Ask interactively (if -y not set).
424426
*/

0 commit comments

Comments
 (0)