use mv -f to avoid questions

This commit is contained in:
Simon J. Gerraty 2014-05-16 14:43:24 +00:00
parent f8217b322f
commit a5e980ce95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=266223

View file

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