Commit 460fe04f by Richard Stallman

Delete excess fi in fixing stat.h.

From-SVN: r2410
parent e4ba89be
...@@ -913,11 +913,10 @@ mknod (const char *path, mode_t mode, dev_t dev) ...@@ -913,11 +913,10 @@ mknod (const char *path, mode_t mode, dev_t dev)
1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g 1,\$s/\\([^_r]\\)dev\\([^_]\\)/\\1__dev\\2/g
wq wq
EOF EOF
echo Fixed $file_to_fix echo Fixed $file_to_fix
rm -f ${LIB}/$file rm -f ${LIB}/$file
cp /tmp/$base ${LIB}/$file cp /tmp/$base ${LIB}/$file
rm -f /tmp/$base rm -f /tmp/$base
fi
fi fi
# Sony NEWSOS 5.0 does not support the complete ANSI C standard. # Sony NEWSOS 5.0 does not support the complete ANSI C standard.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment