1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 12:48:34 +00:00

set -e -x in stage0 and pkgbuild

This commit is contained in:
sin 2013-09-20 15:59:53 +01:00
parent aaf926c3b7
commit 039bd05b99
2 changed files with 4 additions and 0 deletions

@ -5,6 +5,8 @@ if test -z "$1"; then
exit 1
fi
set -e -x
. ./prepare-env
./build "$1"

2
stage0

@ -1,5 +1,7 @@
#!/bin/sh
set -e -x
rm -rf root cross morpheus.log
. ./prepare-env
. ./prepare-root