=================================================================== RCS file: /cvs/trango/Net-Telnet-Trango/scripts/update_trango.pl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- trango/Net-Telnet-Trango/scripts/update_trango.pl 2007/01/31 22:14:26 1.19 +++ trango/Net-Telnet-Trango/scripts/update_trango.pl 2007/01/31 22:19:07 1.20 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $RedRiver: update_trango.pl,v 1.18 2007/01/31 19:01:12 mike Exp $ +# $RedRiver: update_trango.pl,v 1.19 2007/01/31 22:14:26 andrew Exp $ ######################################################################## # update_trango.pl *** Updates trango foxes with a new firmware # @@ -131,7 +131,7 @@ if ( $results->{'File Checksum'} ne $conf->{'file_cksum'}) { $l->sp( "File checksum '" . $results->{'File Checksum'} . - "does not match config file '" . $conf->{'file_cksum'} . "'!" + " does not match config file '" . $conf->{'file_cksum'} . "'!" ); next; }