mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 00:25:07 -04:00
Add missing 'done' printout
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
889fccd55f
commit
4e45e1187d
@ -117,6 +117,7 @@ int pacman_remove(alpm_list_t *targets)
|
||||
return(1);
|
||||
}
|
||||
}
|
||||
printf(_("done.\n"));
|
||||
|
||||
/* Step 2: prepare the transaction based on its type, targets and flags */
|
||||
if(alpm_trans_prepare(&data) == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user