use mv -f to avoid questions

This commit is contained in:
sjg 2014-05-16 14:43:24 +00:00
parent 0cd450d4c1
commit 08e72f7218

View File

@ -49,4 +49,4 @@ $COPYRIGHT
#endif
EOF
chmod 644 $tmpfile
mv $tmpfile osreldate.h
mv -f $tmpfile osreldate.h