changeset 180:b4a07ea2d739

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Sep 2015 14:51:25 +0300
parents 5f3ec534daa7
children 9c3100ab29cc
files update.sh
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/update.sh	Tue Sep 01 14:51:06 2015 +0300
+++ b/update.sh	Tue Sep 01 14:51:25 2015 +0300
@@ -17,8 +17,6 @@
   if wget -q -O "$LISTFILE" "$URLPREFIX"; then
     perl -w ./parselist.pl "$PATPREFIX" "$URLSUFFIX" < "$LISTFILE" > "$CLASSFILE"
     rm -f "$LISTFILE"
-    echo -n "* Fetched classfile $CLASSFILE: "
-    cat "$CLASSFILE" | wc -l
   fi
 }