commit 7b16b96176855258c543bc11d24038431cec6728 parent 1c5924ec65837f4a07dcc6b489d09208ced0da79 Author: sin <sin@2f30.org> Date: Wed, 25 Sep 2013 13:50:20 +0100 Use set -e -x in ./build Diffstat:
M | build | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/build b/build @@ -2,6 +2,8 @@ # # Only meant to be executed from within the stage0 script +set -e -x + fetch() { return }