mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
Add a missing newline.
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8152077f6d
commit
4fa6f262a6
@ -509,7 +509,7 @@ int _alpm_run_chroot(const char *root, const char *cmd)
|
||||
umask(0022);
|
||||
pipe = popen(cmd, "r");
|
||||
if(!pipe) {
|
||||
_alpm_log(PM_LOG_ERROR, _("call to popen failed (%s)"),
|
||||
_alpm_log(PM_LOG_ERROR, _("call to popen failed (%s)\n"),
|
||||
strerror(errno));
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user