build: Fix for bash quoting in supermin-split.sh.in (RHBZ#566511 RHBZ#566512)
[libguestfs.git] / daemon / cpmv.c
index 47b8aa2..587e017 100644 (file)
@@ -74,7 +74,7 @@ cpmv_cmd (const char *cmd, const char *flags, const char *src, const char *dest)
   free (destbuf);
 
   if (r == -1) {
-    reply_with_error ("%s: %s", cmd, err);
+    reply_with_error ("%s", err);
     free (err);
     return -1;
   }