]> git.ipfire.org Git - thirdparty/coreutils.git/commit
mktemp: fix incorrect exit status from previous commit
authorPádraig Brady <P@draigBrady.com>
Mon, 7 Oct 2013 10:59:53 +0000 (11:59 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 7 Oct 2013 11:15:27 +0000 (12:15 +0100)
commitcba81e7b84f27385e254cddd065bb16c98a5d045
tree0b16de448198b911ff1009f9ee04a97d9232004e
parent0c1d7917f19b4865544ab9f1b13dfcdfd4e65275
mktemp: fix incorrect exit status from previous commit

* src/mktemp.c (main): Use an exit() strategy consistent with the
previous clauses dealing with optional error messages to ensure
we exit with the correct status in all cases.
Prompted by the continuous integration build failure at:
http://hydra.nixos.org/build/6412979
src/mktemp.c