diff options
author | Nathan Jones <nathanj@insightbb.com> | 2007-10-14 11:59:38 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-14 17:54:32 -0500 |
commit | abce73de4cc124da946a4da2d413b784332d91db (patch) | |
tree | 05985c93167a15cacc8d60d778222db3c70fa8c1 /contrib | |
parent | 0adedc536fe372b4def5954f3b24ca63ff86aecf (diff) | |
download | pacman-abce73de4cc124da946a4da2d413b784332d91db.tar.xz |
Manually check xdelta exit codes.
This is needed because 'xdelta delta' returns 1 even when the delta
creation succeeds. This was causing makepkg to exit after the command
due to bash's -e option.
Some information from the xdelta man page:
The delta command exits with status 0 to indicate that no differences
were found, with status 1 to indicate that some differences were found,
and with status 2 to indicate an error of some kind.
Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions