From 5447c151a7ba3b022ab917fb02cfbdcfc86c1e19 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 18 Mar 2019 22:23:29 +0100 Subject: [PATCH] hotfix --- src/pvmboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pvmboot.sh b/src/pvmboot.sh index ab9ba17..fedbf1a 100644 --- a/src/pvmboot.sh +++ b/src/pvmboot.sh @@ -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