This website requires JavaScript.
Explore
Help
Sign In
manuel
/
live-build
Watch
1
Star
0
Fork
You've already forked live-build
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c944301b84
live-build
/
examples
/
auto
/
build
6 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding example auto scripts.
2010-11-27 21:48:13 -01:00
#!/bin/sh
Adding set -e in example auto scripts.
2013-03-11 14:23:23 -01:00
set -e
Return the error code from auto/build script.
2013-05-22 15:48:27 +00:00
lb build noauto "${@}" && echo $? 2>&1 | tee build.log