From a816843769b69d256544a29980f40ef75bffde4f Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Mon, 7 Apr 2014 11:30:57 +0000 Subject: makezip: fix cleanups blow away the zip file, spec file without extension is never here. Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@358 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- makezip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makezip.sh') diff --git a/makezip.sh b/makezip.sh index d6cb68f..de423ea 100755 --- a/makezip.sh +++ b/makezip.sh @@ -1,5 +1,5 @@ export SPECDOC=${SPECDOC:-`cat REVISION`} -rm -f $SPECDOC +rm -f $SPECDOC.zip if test -d .git; then git archive --format=zip --prefix=tex/ -o $SPECDOC.zip HEAD elif test -d .svn; then -- cgit v1.2.3