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/m4.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'chapter6/m4.sh') diff --git a/chapter6/m4.sh b/chapter6/m4.sh index 5949e11..04ffbcc 100644 --- a/chapter6/m4.sh +++ b/chapter6/m4.sh @@ -1,5 +1,3 @@ -#!/bin/bash - sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c && echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h && -- cgit v1.2.3-54-g00ecf