mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-02 00:25:07 -04:00
Missing quote in output
Found by Giovanni Scafora <linuxmania@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
2898ccb609
commit
cc15d29db2
@ -489,7 +489,7 @@ int sync_trans(alpm_list_t *targets, int sync_only)
|
||||
continue;
|
||||
}
|
||||
if(pm_errno != PM_ERR_PKG_NOT_FOUND) {
|
||||
fprintf(stderr, _("'error: %s': %s\n"),
|
||||
fprintf(stderr, _("error: '%s': %s\n"),
|
||||
(char *)i->data, alpm_strerrorlast());
|
||||
retval = 1;
|
||||
goto cleanup;
|
||||
|
Loading…
Reference in New Issue
Block a user