[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] makediffall: fix file name in the message printed
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]