--- trunk/scripts/cmp.sh 2005/01/01 22:39:27 29 +++ trunk/scripts/cmp.sh 2005/01/02 02:41:30 30 @@ -1,5 +1,5 @@ #!/bin/sh -./dump_isis.pl $1 > isis.txt +./dump_isisdb.pl $1 > isisdb.txt ./dump_openisis.pl $1 > openisis.txt -vi -d isis.txt openisis.txt +vi -d isisdb.txt openisis.txt