aboutsummaryrefslogtreecommitdiffstats
path: root/main/drbd-utils/busybox-mv.patch
blob: 74fc9faa1c72dcdf73cf26cd4c469c72406ea88d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/user/shared/Makefile.in b/user/shared/Makefile.in
index 8b8be16..3240089 100644
--- a/user/shared/Makefile.in
+++ b/user/shared/Makefile.in
@@ -84,7 +84,7 @@ drbd_buildtag.c:
 		grep return $@ ;						\
 	fi ;									\
 	echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}";	\
-	mv --force $@.new $@
+	mv -f $@.new $@
 
 drbdmeta_scanner.c: drbdmeta_scanner.fl drbdmeta_parser.h
 	flex -s -odrbdmeta_scanner.c drbdmeta_scanner.fl