commit | 0d0d0fa51b1f9703d324bac1d8cf000adca6be62 | [log] [tgz] |
---|---|---|
author | Valter Minute <[email protected]> | Wed Oct 09 12:33:52 2019 +0000 |
committer | David Gibson <[email protected]> | Fri Oct 11 15:58:18 2019 +1100 |
tree | 6cf8f4a370864330beeb3195148ba227addaac21 | |
parent | 4605eb047b38f5b3d0d03182d90273f01c68a857 [diff] |
fdtoverlay: Return non-zero exit code if overlays can't be applied At present the tool terminates its execution if one of the overlays passed as command-line arguments can't be successfully read or applied, but the exit code of the process is zero, making failures hard to detect inside scripts. Signed-off-by: Valter Minute <[email protected]> Message-Id: <[email protected]> Signed-off-by: David Gibson <[email protected]>