@mcb30 commented on this pull request.


> @@ -58,19 +58,19 @@ NON_AUTO_MEDIA    += iso
 %iso:  %lkrn util/geniso
        $(QM)$(ECHO) "  [GENISO] $@"
        $(Q)ISOLINUX_BIN=$(ISOLINUX_BIN) LDLINUX_C32=$(LDLINUX_C32) \
-           VERSION="$(VERSION)" bash util/geniso -o $@ $<
+           VERSION="$(VERSION)" bash -e util/geniso -o $@ $<

`util/geniso` and `util/gensdsk` have been replaced with `util/genfsimg` which 
already includes a `set -e` within the script itself.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/42#pullrequestreview-579694405
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo/ipxe-devel

Reply via email to