From 56e29b604095766ed97e6d64cb9146ff493209df Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 13 Apr 2021 12:59:10 -0500 Subject: Add set -e to top of scripts and remove space between -j and value in MAKEFLAGS. --- chapter6/gcc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter6/gcc.sh') 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 -- cgit v1.2.3-54-g00ecf