summaryrefslogtreecommitdiff
path: root/scripts/aggregate.sh
diff options
context:
space:
mode:
authorAnders Lördal <anders@lordal.se>2016-06-09 13:04:26 +0200
committerAnders Lördal <anders@lordal.se>2016-06-09 13:04:26 +0200
commitee732bce239d84b3263d3e68f599f64d84d17824 (patch)
tree25a0a3dc6cd16a4ed9faa498d7dd99f4cac05c52 /scripts/aggregate.sh
parent1eff1bd0da7bd0d3805b864fa037d57150486d71 (diff)
Updated test in Makefile and added cleaning to aggregate.se
Diffstat (limited to 'scripts/aggregate.sh')
-rwxr-xr-xscripts/aggregate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh
index 5bc3be8c..2ed4155c 100755
--- a/scripts/aggregate.sh
+++ b/scripts/aggregate.sh
@@ -3,6 +3,8 @@
DIR=`pwd`
ODIR=$1
+rm $DIR/*.xml
+
grep -v -e '^#' $ODIR/metadata.lst | (while read url cert; do
cfile=""
if [ "x$cert" != "x" ]; then