Re: [PATCH 03/45] headers_install.sh: enhance error handling

2015-03-11 Thread Mikko Rapeli
On Wed, Mar 11, 2015 at 11:16:11AM +0100, Michal Marek wrote: > On 2015-03-10 23:44, Mikko Rapeli wrote: > > On Tue, Feb 17, 2015 at 02:17:51PM +0100, Michal Marek wrote: > >> On 2015-02-17 00:05, Mikko Rapeli wrote: > >>> Exit with error if using undefined variables or if any sub command fails > >

Re: [PATCH 03/45] headers_install.sh: enhance error handling

2015-03-11 Thread Michal Marek
On 2015-03-10 23:44, Mikko Rapeli wrote: > On Tue, Feb 17, 2015 at 02:17:51PM +0100, Michal Marek wrote: >> On 2015-02-17 00:05, Mikko Rapeli wrote: >>> Exit with error if using undefined variables or if any sub command fails >>> with error return value. unidef needs special handling since but this

Re: [PATCH 03/45] headers_install.sh: enhance error handling

2015-03-10 Thread Mikko Rapeli
On Tue, Feb 17, 2015 at 02:17:51PM +0100, Michal Marek wrote: > On 2015-02-17 00:05, Mikko Rapeli wrote: > > Exit with error if using undefined variables or if any sub command fails > > with error return value. unidef needs special handling since but this can > > be done without the trap. Enables e

Re: [PATCH 03/45] headers_install.sh: enhance error handling

2015-02-17 Thread Michal Marek
On 2015-02-17 00:05, Mikko Rapeli wrote: > Exit with error if using undefined variables or if any sub command fails > with error return value. unidef needs special handling since but this can > be done without the trap. Enables exaniming intermediate files if some > commands failed. The intermedia