[Finsh] remove the .mo display when command is not found.

This commit is contained in:
bernard 2014-02-15 10:28:38 +08:00
parent 6c31900236
commit 32a6f5b730
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ int msh_exec_module(char* cmd_line, int size)
} }
else else
{ {
rt_kprintf("%s: program not found.\n", pg_name); rt_kprintf("%s: program not found.\n", cmd_line);
} }
rt_free(pg_name); rt_free(pg_name);