From b1fdac38dc26cb59d0e6a2ea4490fc3db47325ac Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Sun, 8 Dec 2013 12:30:40 +0000 Subject: makeall.sh: take revision from REVISION by default Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@163 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makeall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeall.sh') diff --git a/makeall.sh b/makeall.sh index 9f17123..e2557ac 100755 --- a/makeall.sh +++ b/makeall.sh @@ -1,4 +1,4 @@ -export SPECDOC=${SPECDOC:-virtio-v1.0-wd01} +export SPECDOC=${SPECDOC:-`cat REVISION`} rm -f $SPECDOC if test -d .git; then git archive --format=zip --prefix=tex/ -o $SPECDOC.zip HEAD -- cgit v1.2.3