Re: [PATCH build 5/6] Report usage errors.

2010-09-16 Thread Gaetan Nadon
On Wed, 2010-09-08 at 10:36 -0400, Trevor Woerner wrote: > If the build script is invoked incorrectly, return non-zero > to indicate the usage error. > > Signed-off-by: Trevor Woerner > The commit message should state what is considered incorrect. The patch needs to be rebased. (git apply --c

[PATCH build 5/6] Report usage errors.

2010-09-08 Thread Trevor Woerner
From: Trevor Woerner If the build script is invoked incorrectly, return non-zero to indicate the usage error. Signed-off-by: Trevor Woerner --- build.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.sh b/build.sh index a01cb4c..9e74c28 100755 --- a/build.sh ++