You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/qemu/nix: use --remove-destination instead of -f
The cp -f arg only comes into effect if the file is not readable. This
is a subset behavior of what we really want, which is for the file to be
replaced no matter what. Just remove it before attempting to copy.
Signed-off-by: Joel Granados <joel.granados@kernel.org>
0 commit comments