Re: [PATCH 2/2] bootwrapper: Bail from script if any command fails

2007-10-18 Thread Grant Likely
On 10/16/07, David Gibson <[EMAIL PROTECTED]> wrote: > On Tue, Oct 16, 2007 at 03:31:07PM -0600, Grant Likely wrote: > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Add the 'set -e' command to the wrapper script so that if any command > > fails then the script will automatically exit > > Ah.. th

Re: [PATCH 2/2] bootwrapper: Bail from script if any command fails

2007-10-16 Thread Grant Likely
On 10/16/07, David Gibson <[EMAIL PROTECTED]> wrote: > On Tue, Oct 16, 2007 at 03:31:07PM -0600, Grant Likely wrote: > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Add the 'set -e' command to the wrapper script so that if any command > > fails then the script will automatically exit > > Ah.. th

Re: [PATCH 2/2] bootwrapper: Bail from script if any command fails

2007-10-16 Thread David Gibson
On Tue, Oct 16, 2007 at 03:31:07PM -0600, Grant Likely wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > Add the 'set -e' command to the wrapper script so that if any command > fails then the script will automatically exit Ah.. this will conflict with my patch to merge dtc (because that touches

[PATCH 2/2] bootwrapper: Bail from script if any command fails

2007-10-16 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- arch/powerpc/boot/wrapper | 27 ++- 1 files changed, 10 insert