From 6052e61938ffbda81245f1f31710ce4e50241e38 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 Feb 1997 22:56:43 +0000 Subject: [PATCH] Fix sed expression which looks for in From-SVN: r13681 --- gcc/fixinc.ptx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fixinc.ptx b/gcc/fixinc.ptx index 7464205dd80..90e1b86ed42 100644 --- a/gcc/fixinc.ptx +++ b/gcc/fixinc.ptx @@ -1,7 +1,7 @@ #! /bin/sh # Install modified versions of certain ANSI-incompatible # native Sequent DYNIX/ptx System V Release 3.2 system include files. -# Copyright (C) 1994, 1996 Free Software Foundation, Inc. +# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. # Contributed by Bill Burton # Portions adapted from fixinc.svr4 and fixincludes. # @@ -125,7 +125,7 @@ if [ \! -z "$file_to_fix" ]; then if grep stdio $file_to_fix > /dev/null; then true else - sed -e '/#include \/a\ + sed -e '/#include /a\ \ #if defined(__STDC__) || defined(__cplusplus)\ #include \ -- 2.30.2