Home | History | Annotate | Download | only in tools

Lines Matching refs:or

8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
22 or die "Execute $0 from the MPFR source directory\n";
23 chdir '..' or die "$!\n$0: can't change cwd\n";
27 or die "$!\n$0: can't open VERSION file\n";
29 close VERSION or die "$!\n$0: can't close VERSION file\n";
32 or die "$0: bad VERSION format\n";
39 or die "$!\n$0: can't open NEWS file\n";
44 # If this is a release or a release candidate, check that
45 # the NEWS file does not contain FIXME or TODO.
49 close NEWS or die "$!\n$0: can't close NEWS file\n";
51 $ok or $! = 1, die "$0: missing or bad change log in NEWS file\n";