$OpenBSD: patch-bin_pt-mysql-summary,v 1.3 2012/07/06 14:42:46 giovanni Exp $
--- bin/pt-mysql-summary.orig	Tue Jun 12 18:04:14 2012
+++ bin/pt-mysql-summary	Fri Jul  6 16:35:19 2012
@@ -593,7 +593,7 @@ shorten() {
 }
 
 group_concat () {
-   sed -e '{H; $!d;}' -e 'x' -e 's/\n[[:space:]]*\([[:digit:]]*\)[[:space:]]*/, \1x/g' -e 's/[[:space:]][[:space:]]*/ /g' -e 's/, //' "${1}"
+   sed -e 'H; $!d;' -e 'x' -e 's/\n[[:space:]]*\([[:digit:]]*\)[[:space:]]*/, \1x/g' -e 's/[[:space:]][[:space:]]*/ /g' -e 's/, //' "${1}"
 }
 
 # ###########################################################################
