From 460fe04f6c5bbaab3b0ded94d19fd296b11e3d20 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 12 Oct 1992 20:25:53 +0000 Subject: [PATCH] Delete excess fi in fixing stat.h. From-SVN: r2410 --- gcc/fixinc.svr4 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/fixinc.svr4 b/gcc/fixinc.svr4 index cf04a2c4761..7d3e9f8bdf7 100755 --- a/gcc/fixinc.svr4 +++ b/gcc/fixinc.svr4 @@ -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. -- 2.30.2