From patchwork Fri Mar 16 12:29:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fix incorrect bracket in tracetool Date: Fri, 16 Mar 2012 02:29:30 -0000 From: Lee Essen X-Patchwork-Id: 147197 Message-Id: <541C8B7E-1E25-479E-B69E-A4B58BFA45F3@nowonline.co.uk> To: qemu-devel@nongnu.org Cc: =?iso-8859-1?Q?Andreas_F=E4rber?= Signed-off-by: Lee Essen --- scripts/tracetool | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/tracetool b/scripts/tracetool index 65bd0a1..2e43d05 100755 --- a/scripts/tracetool +++ b/scripts/tracetool @@ -123,7 +123,7 @@ get_argc() # Get the format string including double quotes for a trace event get_fmt() { - puts "${1#*)}" + puts "${1#*}" } linetoh_begin_nop()