Avoid hardcoded path introduced by mistake.

This commit is contained in:
Petter Reinholdtsen 2006-09-26 16:35:20 +00:00
parent 97739af224
commit 3e5007f99c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ my %opts;
getopts('cm:t', \%opts);
my $logfile = ($ARGV[0] ||
"/skolelinux/developer/local0/ftp/tmp/woody-i386/log.list2cds");
"$ENV{TDIR}/$ENV{CODENAME}-$ENV{ARCH}/log.list2cds");
my $cdlimit = ($ARGV[1] || 1) + 1;
open(LOG, $logfile) || die "Unable to open $logfile";