← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH] makediffall: fix file name in the message printed

From
Michael S. Tsirkin <>
Date
2022-04-20T17:32:38+00:00
ID
Thread
[PATCH] makediffall: fix file name in the message printed
Signed-off-by: Michael S. Tsirkin <>
---
 makediffall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makediffall.sh b/makediffall.sh
index caff23e..0c064db 100755
--- a/makediffall.sh
+++ b/makediffall.sh
@@ -7,7 +7,7 @@ mv -f $SPECDOC.zip $SPECDOC-diff-from-${FROMVERSION}.pdf
 ./makediffpdf.sh
 zip $SPECDOC-diff-from-${FROMVERSION}.zip \
 	$SPECDOC-diff-from-${FROMVERSION}.pdf
-echo Generated file $SPECDOC.zip
+echo Generated file $SPECDOC-diff-from-${FROMVERSION}.zip
 echo To change output file name, set SPECDOC environment variable
 echo Examples:
 echo     SPECDOC=virtio-v1.0-wd01 $0
-- 
MST
← Prev in month ← Prev in thread
Next in thread → Next in month →