Looking for .bzr as a check for top-level directory will soon be a bad idea.
Fortunately the other two checks should be quite sufficient.
This commit is contained in:
parent
fe133ac02f
commit
8e297e0a84
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ formal parameters, docstrings, and lispref texi.
|
|||
This program is in the public domain.\n";
|
||||
|
||||
die $usage if @ARGV;
|
||||
die $usage unless -r "src/alloc.c" && -d ".bzr" && -d "lisp";
|
||||
die $usage unless -r "src/alloc.c" && -d "lisp";
|
||||
|
||||
my %texi_funtype;
|
||||
my %texi_arglist;
|
||||
|
|
Loading…
Add table
Reference in a new issue