From bf348ae1673e7dea2dba8a890118b0064f5374c1 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Fri, 6 Jan 2012 10:28:03 -0500 Subject: [PATCH] Fix bug 821709, typo in pt-show-grants --- bin/pt-show-grants | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 06969920..9d3f7d07 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -1756,7 +1756,7 @@ sub main { my @result; if ( $o->get('separate') ) { - @result = map { "REVOKE $grant ON $on_what FROM $user" } + @result = map { "REVOKE $_ ON $on_what FROM $user" } split(', ', $grants); } else {