From 590fa7ebfa5f3617de0b5675cb9e4b79f03779ac Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 13:13:41 -0500 Subject: Remove interpreter from scripts that are sourced. Remove executable bits are required. --- chapter6/gcc.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapter6/gcc.sh') diff --git a/chapter6/gcc.sh b/chapter6/gcc.sh index d13ef9f..adf4593 100644 --- a/chapter6/gcc.sh +++ b/chapter6/gcc.sh @@ -1,5 +1,3 @@ -#!/bin/bash - mkdir -p isl mpfr gmp mpc tar -xf ../isl-*.tar.xz -C isl --strip-components=1 tar -xf ../mpfr-*.tar.xz -C mpfr --strip-components=1 -- cgit v1.2.3-54-g00ecf