mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Merge pull request #273 from percona/PT-211
PT-211 Fixed pt-mext Rsa_public_key line issue
This commit is contained in:
@@ -574,7 +574,7 @@ NUM=1;
|
|||||||
# Split the output on empty lines and put each into a different file; eliminate
|
# Split the output on empty lines and put each into a different file; eliminate
|
||||||
# lines that don't have "real" content.
|
# lines that don't have "real" content.
|
||||||
|
|
||||||
$EXT_ARGV | sed '/| Rsa/, /END PUBLIC KEY-----/d' | grep -v '^ |' | grep -v '+' | grep -v Variable_name | sed 's/|//g' \
|
$EXT_ARGV | grep -v "| Rsa_public_key *|.*|$" | sed '/| Rsa/, /END PUBLIC KEY-----/d' | grep -v '^ |' | grep -v '+' | grep -v Variable_name | sed 's/|//g' \
|
||||||
| while read line; do
|
| while read line; do
|
||||||
if [ "$line" = "" ]; then
|
if [ "$line" = "" ]; then
|
||||||
NUM=$(($NUM + 1))
|
NUM=$(($NUM + 1))
|
||||||
@@ -804,7 +804,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
pt-mext 3.0.4
|
pt-mext 3.0.5
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user