aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/gcc.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 12:59:10 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-13 12:59:10 -0500
commite07be520145730eb14cef2845c7d906298cdf1b7 (patch)
tree5363b966b871ad109abe7712560203d0f855762a /chapter6/gcc.sh
parentd2455629f6b713773331645dfe932d6a52cb758b (diff)
Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS.
Diffstat (limited to 'chapter6/gcc.sh')
-rw-r--r--chapter6/gcc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter6/gcc.sh b/chapter6/gcc.sh
index 881d200..7806d3a 100644
--- a/chapter6/gcc.sh
+++ b/chapter6/gcc.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
mkdir -p isl mpfr gmp mpc
tar -xf ../isl-*.tar.xz -C isl --strip-components=1