mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:26:25 +00:00
PT-1595-percona toolkit docs still reference Maatkit (#591)
- Removed Maatkit left overs - Keeped links to Maatkit bugs and wiki - Updated brokn links
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
BEGIN {
|
||||
die "The PERCONA_TOOLKIT_BRANCH environment variable is not set. See http://code.google.
|
||||
com/p/maatkit/wiki/Testing"
|
||||
die "The PERCONA_TOOLKIT_BRANCH environment variable is not set.\n"
|
||||
unless $ENV{PERCONA_TOOLKIT_BRANCH} && -d $ENV{PERCONA_TOOLKIT_BRANCH};
|
||||
unshift @INC, "$ENV{PERCONA_TOOLKIT_BRANCH}/lib";
|
||||
|
||||
|
Reference in New Issue
Block a user