From 8bb8244d7a404d8cab9b9a7f5443abd4b7c27909 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Thu, 30 May 2013 15:52:15 -0500 Subject: Reverting returning the error code from auto/build script, doesn't work. This reverts commit c944301. --- examples/auto/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/auto') diff --git a/examples/auto/build b/examples/auto/build index 03a7b577c..f8d834623 100755 --- a/examples/auto/build +++ b/examples/auto/build @@ -2,4 +2,4 @@ set -e -lb build noauto "${@}" && echo $? 2>&1 | tee build.log +lb build noauto "${@}" 2>&1 | tee build.log -- cgit v1.2.3