svn commit: r266223 - projects/bmake/include

Simon J. Gerraty sjg at FreeBSD.org
Fri May 16 14:43:25 UTC 2014


Author: sjg
Date: Fri May 16 14:43:24 2014
New Revision: 266223
URL: http://svnweb.freebsd.org/changeset/base/266223

Log:
  use mv -f to avoid questions

Modified:
  projects/bmake/include/mk-osreldate.sh

Modified: projects/bmake/include/mk-osreldate.sh
==============================================================================
--- projects/bmake/include/mk-osreldate.sh	Fri May 16 14:42:34 2014	(r266222)
+++ projects/bmake/include/mk-osreldate.sh	Fri May 16 14:43:24 2014	(r266223)
@@ -49,4 +49,4 @@ $COPYRIGHT
 #endif
 EOF
 chmod 644 $tmpfile
-mv $tmpfile osreldate.h
+mv -f $tmpfile osreldate.h


More information about the svn-src-projects mailing list