build: gen-version-i.sh: use `mv -f`
[babeltrace.git] / src / common / gen-version-i.sh
index 5131caf0975c450a4ed7ce3586a13409d0b05f18..860ac18aa69e922975d65c953f217839a5b3aa2d 100755 (executable)
@@ -88,7 +88,7 @@ fi
 # string or either one of extra version string change.
 if test ! -f version.i ||
                test x"$(cat version.i.tmp)" != x"$(cat version.i)"; then
-       mv version.i.tmp version.i
+       mv -f version.i.tmp version.i
 fi
 
 rm -f version.i.tmp
This page took 0.024525 seconds and 4 git commands to generate.