Fix the pattern to be matched for setting current_dir. Resolves edi crash on build errors.

Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
This commit is contained in:
Sanjeev BA 2014-11-25 12:02:13 +09:00
parent 48236e79e3
commit fc6cd2e209
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static void _edi_consolepanel_parse_directory(const char *line)
{
const char *pos;
pos = strstr(line, "Entering directory '");
pos = strstr(line, "Entering directory `");
if (pos)
{
if (_current_dir)