diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-12 20:25:53 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-10-12 20:25:53 +0000 |
commit | eccac8e16a70d0567c44255e965fa7c84bb44e0f (patch) | |
tree | 8947edfd6b33bbbfd1f07ce6f5fa6b7e062458e1 /gcc/fixinc.svr4 | |
parent | 220d0c1d33664c88986648e7ca89bdaa17452a06 (diff) | |
download | gcc-eccac8e16a70d0567c44255e965fa7c84bb44e0f.tar.gz |
Delete excess fi in fixing stat.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2410 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc.svr4')
-rwxr-xr-x | gcc/fixinc.svr4 | 9 |
1 files 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. |