From: Jim Wilson Date: Wed, 24 Feb 1993 21:06:04 +0000 (-0800) Subject: (string.h): Delete 'g' from sed command. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b24f97e8f26e4fd27d586f3a26a3acd67649a864;p=gcc.git (string.h): Delete 'g' from sed command. From-SVN: r3522 --- diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index ad94d81178c..e95cfe82816 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -513,7 +513,7 @@ if [ \! -z "$file_to_fix" ]; then echo Checking $file_to_fix cp $file_to_fix /tmp/$base chmod +w /tmp/$base - sed -e 'g/#define.*__std_hdr_/d' /tmp/$base > /tmp/$base.sed + sed -e '/#define.*__std_hdr_/d' /tmp/$base > /tmp/$base.sed if cmp $file_to_fix /tmp/$base.sed >/dev/null 2>&1; then \ true else