Re: [PATCH v2 1/1] merge_config.sh: exit on missing input files

2015-08-20 Thread Michal Marek
On 2015-07-20 07:12, Sam Bobroff wrote: > Add a check for the existence of input files and exit (with failure) > if they are missing. > > Without this additional check, missing files produce error messages > but still result in an output file being generated and a successful > exit code. > >

Re: [PATCH v2 1/1] merge_config.sh: exit on missing input files

2015-08-20 Thread Michal Marek
On 2015-07-20 07:12, Sam Bobroff wrote: Add a check for the existence of input files and exit (with failure) if they are missing. Without this additional check, missing files produce error messages but still result in an output file being generated and a successful exit code.

[PATCH v2 1/1] merge_config.sh: exit on missing input files

2015-07-19 Thread Sam Bobroff
Add a check for the existence of input files and exit (with failure) if they are missing. Without this additional check, missing files produce error messages but still result in an output file being generated and a successful exit code. Signed-off-by: Sam Bobroff --- The current behaviour (of

[PATCH v2 1/1] merge_config.sh: exit on missing input files

2015-07-19 Thread Sam Bobroff
Add a check for the existence of input files and exit (with failure) if they are missing. Without this additional check, missing files produce error messages but still result in an output file being generated and a successful exit code. Signed-off-by: Sam Bobroff sam.bobr...@au1.ibm.com --- The