summaryrefslogtreecommitdiff
path: root/makezip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makezip.sh')
-rwxr-xr-xmakezip.sh2
1 files changed, 1 insertions, 1 deletions
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