From b77bcf24e36354a29aa01731f0bb09c6a44bcad2 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 11 Apr 2018 21:46:57 -0400 Subject: Fixed a few errors while checking my work --- scripts/build.sh | 1 + scripts/get_sources.sh | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index c96f1cb..f98e0a8 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,5 +1,6 @@ #!/bin/sh shell="/bin/sh" +set -e $shell scripts/musl.sh $shell scripts/mksh.sh $shell scripts/sbase.sh diff --git a/scripts/get_sources.sh b/scripts/get_sources.sh index 946c288..8abca86 100644 --- a/scripts/get_sources.sh +++ b/scripts/get_sources.sh @@ -1,7 +1,6 @@ #!/bin/sh -set -e -set -x +. ./.vars cd ${dist_dir} -wget -i sources.lst +wget -i ${base_dir}/sources.lst git clone git://git.suckless.org/sbase git clone git://git.suckless.org/ubase -- cgit v1.2.3