Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!

(fixed...)
This commit is contained in:
John Gilmore 1991-09-13 05:17:53 +00:00
parent a16f53e9e8
commit 2fbf0d18b8
1 changed files with 6 additions and 2 deletions

View File

@ -90,7 +90,7 @@ else
if [ -n "${safe}" ] ; then
mv $i .Recover
else
rm sparc-opcode.h
rm $i
fi
mv new $i
done
@ -101,7 +101,11 @@ echo Done in `pwd`.
#
#
# $Log$
# Revision 1.12 1991/09/04 02:51:18 rich
# Revision 1.13 1991/09/13 05:17:53 gnu
# Removes sparc-opcode.h rather than the file it is sanitizing, if not testing!
# (fixed...)
#
# Revision 1.12 1991/09/04 02:51:18 rich
# Adding "recover"'ability.
#
# Revision 1.11 1991/09/02 21:21:47 rich