]> err.no Git - moreutils/commit
Return non-zero if something goes wrong
authorTollef Fog Heen <tfheen@err.no>
Tue, 30 Jun 2009 02:26:16 +0000 (04:26 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 30 Jun 2009 02:26:16 +0000 (04:26 +0200)
commitcde80342f40f2393f5a76974adf595d5aeb2ec52
tree8dc58f92e88ccaad200f65985deefd25e519a18f
parentb55a8e3a90e876fe1b80c886e63bb5d9fe0e022a
Return non-zero if something goes wrong

The return code of parallel is the OR-ed exit status of all the
children, with 1 being OR-ed in if any child is killed.
parallel.c