]> gcc.gnu.org Git - gcc.git/commitdiff
Delete excess fi in fixing stat.h.
authorRichard Stallman <rms@gnu.org>
Mon, 12 Oct 1992 20:25:53 +0000 (20:25 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 12 Oct 1992 20:25:53 +0000 (20:25 +0000)
From-SVN: r2410

gcc/fixinc.svr4

index cf04a2c4761974d28363e6f4738c58283d29ba55..7d3e9f8bdf715887c5fec13ef8859a8f7c43bfb0 100755 (executable)
@@ -913,11 +913,10 @@ mknod (const char *path, mode_t mode, dev_t dev)
 1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g
 wq
 EOF
-    echo Fixed $file_to_fix
-    rm -f ${LIB}/$file
-    cp /tmp/$base ${LIB}/$file
-    rm -f /tmp/$base
-  fi
+  echo Fixed $file_to_fix
+  rm -f ${LIB}/$file
+  cp /tmp/$base ${LIB}/$file
+  rm -f /tmp/$base
 fi
 
 # Sony NEWSOS 5.0 does not support the complete ANSI C standard.
This page took 0.061731 seconds and 5 git commands to generate.