(string.h): Delete 'g' from sed command.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Feb 1993 21:06:04 +0000 (13:06 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 24 Feb 1993 21:06:04 +0000 (13:06 -0800)
From-SVN: r3522

gcc/fixinc.svr4

index ad94d81178c0ce6a2a0f88e3cc2e2e0ae5f4ea5d..e95cfe828165caf9d85354ea97edbe9ee24e0b08 100755 (executable)
@@ -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