Searched refs:A_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/scripts/build/
H A DgenAuthors.in38 my $A_file = "$bk_root/BitKeeper/etc/authors.txt";
43 die "bkroot: <$bk_root>, A_file: <$A_file>\n" if (! -r $A_file);
46 open(my $FILE, '<', $A_file) or die "Could not open <$A_file>: $!\n";
53 print "In $A_file: unrecognized line: '$_'\n";

Completed in 129 milliseconds