Searched hist:"7 c89273dbe78f438037684216723b3ed8f6558b6" (Results 1 – 2 of 2) sorted by relevance
/DragonStub/lib/ |
H A D | Makefile | 7c89273dbe78f438037684216723b3ed8f6558b6 Tue Mar 28 14:11:01 UTC 2023 Richard Hughes <richard@hughsie.com> make: Fix shell exit status handling
Right now whenever we have shell commands with loops, errors in the middle are accidentally ignored, and make continues to process commands.
This adds 'set -e' to all of those, so they'll propagate back up.
Signed-off-by: Peter Jones <pjones@redhat.com>
|
/DragonStub/ |
H A D | Makefile | 7c89273dbe78f438037684216723b3ed8f6558b6 Tue Mar 28 14:11:01 UTC 2023 Richard Hughes <richard@hughsie.com> make: Fix shell exit status handling
Right now whenever we have shell commands with loops, errors in the middle are accidentally ignored, and make continues to process commands.
This adds 'set -e' to all of those, so they'll propagate back up.
Signed-off-by: Peter Jones <pjones@redhat.com>
|