Rename ilines.py to delegated_ilines.py because I'm going to work on an

asset_ilines.py


git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/ircnet.ipng.ch@15 c5d60b8d-fdcb-4146-b734-af4215e9eb71
This commit is contained in:
pim
2009-09-04 08:49:13 +00:00
parent 9a7b13d413
commit 8bd12cc38a
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ INPUT="delegated-ripencc-latest"
do_country()
# $1=country $2=class $3=threshold
{
./ilines.py -i $INPUT -o ilines.$1.$$ -y $2 -c $1
./delegated_ilines.py -i $INPUT -o ilines.$1.$$ -y $2 -c $1
[ ! -r ilines.$1.$$ ] && return -1
[ `wc -l ilines.$1.$$ | awk '{ print $1 }'` -lt $3 ] && {
echo "$1: File too short, less than $3 lines"