Reviewed-By: Zailiang Sun <[email protected]> > -----Original Message----- > From: Kinney, Michael D > Sent: Thursday, July 11, 2019 3:05 AM > To: [email protected] > Cc: Gary Lin <[email protected]>; Sun, Zailiang <[email protected]>; Qian, > Yi <[email protected]> > Subject: [edk2-platforms Patch 01/28] Vlv2TbltDevicePkg/Build_IFWI.sh: Add > "set -e" to exit on error > > From: Gary Lin <[email protected]> > > Cc: Zailiang Sun <[email protected]> > Cc: Yi Qian <[email protected]> > Cc: Michael D Kinney <[email protected]> > Signed-off-by: Gary Lin <[email protected]> > --- > Platform/Intel/Vlv2TbltDevicePkg/Build_IFWI.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Platform/Intel/Vlv2TbltDevicePkg/Build_IFWI.sh > b/Platform/Intel/Vlv2TbltDevicePkg/Build_IFWI.sh > index 4a11a1cba9..7063b7470d 100644 > --- a/Platform/Intel/Vlv2TbltDevicePkg/Build_IFWI.sh > +++ b/Platform/Intel/Vlv2TbltDevicePkg/Build_IFWI.sh > @@ -19,6 +19,8 @@ function Usage ( ) { > exit 0 > } > > +set -e > + > ## Assign initial values > exitCode=0 > Build_Flags= > -- > 2.21.0.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#43556): https://edk2.groups.io/g/devel/message/43556 Mute This Topic: https://groups.io/mt/32419728/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
