aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_sources.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-11 21:46:57 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-11 21:46:57 -0400
commitb77bcf24e36354a29aa01731f0bb09c6a44bcad2 (patch)
treeb195e52aa78a35ff8fc0c66f56a032ac486527ae /scripts/get_sources.sh
parent65952b84084e94cff6f369ebfee94133ed55fe88 (diff)
downloadmin-b77bcf24e36354a29aa01731f0bb09c6a44bcad2.tar.gz
min-b77bcf24e36354a29aa01731f0bb09c6a44bcad2.tar.xz
Fixed a few errors while checking my work
Diffstat (limited to 'scripts/get_sources.sh')
-rw-r--r--scripts/get_sources.sh5
1 files changed, 2 insertions, 3 deletions
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