Return proper exit code when exec*() functions fail
authorJindrich Novy <jnovy@redhat.com>
Tue, 4 Nov 2008 09:09:31 +0000 (10:09 +0100)
committerJindrich Novy <jnovy@redhat.com>
Tue, 4 Nov 2008 09:09:31 +0000 (10:09 +0100)
commitfaaa0305f5593bd3165e444d4ec4516490b4610e
tree2215462376a0f133078adf273cae7b93dbcfb503
parent73f61ecf05ff1679219e49bfd029a69da66bf35e
Return proper exit code when exec*() functions fail
- the correct exit code should be 127 accoring to bash(1),
  we want to keep the same exit code behaviour as bash for rpm
build/build.c
lib/psm.c
rpmio/url.c