[POWERPC] bootwrapper: Bail from script if any command fails
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 23 Oct 2007 04:27:36 +0000 (14:27 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Thu, 1 Nov 2007 12:11:11 +0000 (07:11 -0500)
Add the 'set -e' command to the wrapper script so that if any command
fails then the script will automatically exit

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>

No differences found