=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MakeTorrents.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/03/23 00:08:18 1.5 +++ openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/03/23 00:14:48 1.6 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: MakeTorrents.pl,v 1.5 2005/03/23 00:08:18 andrew Exp $ +#$Id: MakeTorrents.pl,v 1.6 2005/03/23 00:14:48 andrew Exp $ use strict; use warnings; use diagnostics; @@ -13,7 +13,6 @@ use YAML; -my $BTMake = '/usr/local/bin/btmake'; my $Piece_Length = 18; my $MinFiles = 5;