Skip to content
Snippets Groups Projects
Commit cec738e6 authored by bodylove's avatar bodylove
Browse files

- Enabled URL keyword expansion for enhanced version

  tracking of binary openocd images


git-svn-id: svn://svn.berlios.de/openocd/trunk@224 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 3fbdfeb8
Branches
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ int main(int argc, char *argv[]) ...@@ -91,7 +91,7 @@ int main(int argc, char *argv[])
DEBUG("log init complete"); DEBUG("log init complete");
INFO( OPENOCD_VERSION ); INFO( OPENOCD_VERSION );
INFO( "$URL: $"); INFO( "$URL$");
cfg_cmd_ctx = copy_command_context(cmd_ctx); cfg_cmd_ctx = copy_command_context(cmd_ctx);
cfg_cmd_ctx->mode = COMMAND_CONFIG; cfg_cmd_ctx->mode = COMMAND_CONFIG;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment