| Index: runtime/bin/directory_posix.cc
|
| diff --git a/runtime/bin/directory_posix.cc b/runtime/bin/directory_posix.cc
|
| index 81cfc372760cd20f10c3d7a30f1ded7d8c292982..7e10e52c4a88c2126bbfbab63555ca7d19b5e755 100644
|
| --- a/runtime/bin/directory_posix.cc
|
| +++ b/runtime/bin/directory_posix.cc
|
| @@ -71,7 +71,7 @@ static bool HandleDir(char* dir_name,
|
| if (written != strlen(dir_name)) {
|
| return false;
|
| }
|
| - bool ok = listing->HandleDirectory(dir_name);
|
| + bool ok = listing->HandleDirectory(path);
|
| if (!ok) return ok;
|
| if (recursive) {
|
| return ListRecursively(path, recursive, listing);
|
|
|