[DRBD-cvs] svn commit by phil - r2618 - trunk/drbd - Removed dependency on /bin/sh beeing bash.

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Fri Dec 8 11:44:51 CET 2006


Author: phil
Date: 2006-12-08 11:44:50 +0100 (Fri, 08 Dec 2006)
New Revision: 2618

Modified:
   trunk/drbd/Makefile
Log:
Removed dependency on /bin/sh beeing bash.


Modified: trunk/drbd/Makefile
===================================================================
--- trunk/drbd/Makefile	2006-12-06 11:01:30 UTC (rev 2617)
+++ trunk/drbd/Makefile	2006-12-08 10:44:50 UTC (rev 2618)
@@ -109,7 +109,7 @@
 	  echo -e "\treturn \"SVN Revision: $${SVNREV##*:}\"";	 		\
 	fi ;									\
 	echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}";	\
-       	mv $@{.new,}
+       	mv --force $@.new $@
 
   kbuild: drbd_buildtag.c
 	@rm -f .drbd_kernelrelease*



More information about the drbd-cvs mailing list