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