Skip to content

Commit

Permalink
Less garbage in metric log
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.bigcat.unimaas.nl/bridgedb/trunk@176 e3f1d335-44b1-4163-9530-9b341189ae98
  • Loading branch information
martijn committed Sep 9, 2009
1 parent 396c45f commit 1768b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DATE=`date`;
VALUE=`stat -c"%s" bridgedb*.tar.gz`
echo "$DATE\tsize of bridgedb_xxx.tar.gz\t$VALUE\tbytes" >> $LOG

for i in dist/*.jar;
for i in dist/bridge*.jar;
do
VALUE=`stat -c"%s" $i`;
JARNAME=`basename $i`
Expand Down

0 comments on commit 1768b4e

Please sign in to comment.