index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-12-05 11:31:43 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-06 10:34:31 +1000 |
commit | 2015f0d1d9370e16e895ff51dce291a94570e056 (patch) | |
tree | 160ac82dafff5710f4635387c7104757898932b3 /lib/libalpm/util.c | |
parent | 137ea39fa11c321a9c33000ff1b5c6cc3c59b47d (diff) |
-rw-r--r-- | lib/libalpm/util.c | 5 |
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 7e8f85ed..3824d136 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -705,11 +705,6 @@ int _alpm_run_chroot(alpm_handle_t *handle, const char *cmd, char *const argv[], } } - /* report error from above after the child has exited */ - if(retval != 0) { - _alpm_log(handle, ALPM_LOG_ERROR, _("could not open pipe (%s)\n"), strerror(errno)); - goto cleanup; - } /* check the return status, make sure it is 0 (success) */ if(WIFEXITED(status)) { _alpm_log(handle, ALPM_LOG_DEBUG, "call to waitpid succeeded\n"); |