morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit d1982aa16ceb67b924372abce6114db505fa0e1c
parent fac77306528d9420193906e8863d8758af8eb28f
Author: sin <sin@2f30.org>
Date:   Wed, 25 Sep 2013 13:50:20 +0100

Use set -e -x in ./build

Diffstat:
Mbuild | 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 }