This commit is contained in:
Andreas Grapentin 2019-03-18 22:23:29 +01:00
parent bc0fc70388
commit 5447c151a7
No known key found for this signature in database
GPG Key ID: 7171986E4B745536

@ -52,7 +52,7 @@ usage() {
pvm_mount() {
if ! file "$1" | grep -q ' DOS/MBR '; then
error "$1: does not seem to be a raw qemu image."
error "%s: does not seem to be a raw qemu image." "$1"
return "$EXIT_FAILURE"
fi