mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
use mv -f to avoid questions
This commit is contained in:
parent
f8217b322f
commit
a5e980ce95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=266223
@ -49,4 +49,4 @@ $COPYRIGHT
|
||||
#endif
|
||||
EOF
|
||||
chmod 644 $tmpfile
|
||||
mv $tmpfile osreldate.h
|
||||
mv -f $tmpfile osreldate.h
|
||||
|
Loading…
Reference in New Issue
Block a user