diff options
Diffstat (limited to 'chapter6/gcc.sh')
-rw-r--r-- | chapter6/gcc.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter6/gcc.sh b/chapter6/gcc.sh index 7c6be43..5160b45 100644 --- a/chapter6/gcc.sh +++ b/chapter6/gcc.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e mkdir -p isl mpfr gmp mpc tar -xf ../isl-*.tar.xz -C isl --strip-components=1 && |