Re: [PATCH] Implement --strict-mode

2013-04-14 Thread Richard Weinberger
Am 19.03.2013 23:42, schrieb Richard Weinberger: Using this flag make treats warnings as errors and stops if it encounters one. It is most useful in combination with --warn-undefined-variables to detect undefined variables and avoid unconditional execution of partial commands. Signed-off-by

[PATCH] Implement --strict-mode

2013-03-19 Thread Richard Weinberger
Using this flag make treats warnings as errors and stops if it encounters one. It is most useful in combination with --warn-undefined-variables to detect undefined variables and avoid unconditional execution of partial commands. Signed-off-by: Richard Weinberger --- main.c| 9