scripts: mkhash fix return code handling
authorPaul Spooren <mail@aparcar.org>
Fri, 17 Jul 2020 08:19:31 +0000 (22:19 -1000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 9 Nov 2020 10:54:29 +0000 (10:54 +0000)
commitfac98f1c54a16073e28ab11adf195f9917a30ef6
tree121cbb4d3ee66ee78e3b33ce782dd5f20ac81c19
parent91a0dc5161e25085a01edd66b1d8da19593dcc4a
scripts: mkhash fix return code handling

If hashing a file fails mkhash shouldn't just silently fail. Now check
after each call of `hash_file()` the return and exit early in case of
errors. The return value which was previously ignored and would always
return 0.

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/mkhash.c