summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/archive.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh
index d963e51e..49137984 100755
--- a/scripts/archive.sh
+++ b/scripts/archive.sh
@@ -1,12 +1,6 @@
#!/bin/bash -e
-TAG=`git tag -l --points-at HEAD`
PREFIX=$(basename "$(pwd -P)")
-
-if [ ! -z $TAG ]; then
- PREFIX=$(basename "$(pwd -P)").$TAG
-fi
-
{
git ls-files
git submodule foreach --recursive --quiet \