=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/CurrentTorrents.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/04/06 23:40:20 1.10 +++ openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/04/07 00:04:40 1.11 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: CurrentTorrents.pl,v 1.10 2005/04/06 22:40:20 andrew Exp $ +#$Id: CurrentTorrents.pl,v 1.11 2005/04/06 23:04:40 andrew Exp $ use strict; use warnings; use diagnostics; @@ -103,5 +103,5 @@ foreach (@delete) { print "Deleting '$_'\n"; - unlink $OBT->{TORRENTDIR} . "/$_" or die "Couldn't unlink $_"; + unlink $OBT->{DIR_TORRENT} . "/$_" or die "Couldn't unlink $_"; }