diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-05-30 15:52:15 -0500 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-19 08:00:22 +0200 |
commit | 8bb8244d7a404d8cab9b9a7f5443abd4b7c27909 (patch) | |
tree | 6040777cbce868877ec513dc623ef51c53255567 /examples | |
parent | c4e67c9d705fa7ed05d45724b903775c29374991 (diff) | |
download | vyos-live-build-8bb8244d7a404d8cab9b9a7f5443abd4b7c27909.tar.gz vyos-live-build-8bb8244d7a404d8cab9b9a7f5443abd4b7c27909.zip |
Reverting returning the error code from auto/build script, doesn't work.
This reverts commit c944301.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/auto/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |