tcl regression fixes.
git-svn-id: svn://svn.berlios.de/openocd/trunk@774 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1494,7 +1494,7 @@ int handle_target_script_command(struct command_context_s *cmd_ctx, char *cmd, c
|
||||
/* Define a tcl procedure which we'll invoke upon some event */
|
||||
command_run_linef(cmd_ctx,
|
||||
"proc target_%s_%d {} {"
|
||||
"openocd {script %s}"
|
||||
"openocd {script %s} ; return \"\""
|
||||
"}",
|
||||
event,
|
||||
get_num_by_target(target),
|
||||
|
||||
Reference in New Issue
Block a user