commit | e7d4aeac264fabf4593893ec05d06a0dff641e03 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Tue Sep 11 18:15:48 2018 +0200 |
committer | Václav Kubernát <kubervac@fit.cvut.cz> | Fri Sep 14 14:39:31 2018 +0200 |
tree | 58c782b3f6dc48f7d10cd108c882416c6a1aded7 | |
parent | a6c5fff8fa5e006cee5dc8be806846e23ec5c89c [diff] [blame] |
Add recursive ls Change-Id: Ifab8c9577c01cf7a96cda8d79fe232b12b5538bd
diff --git a/src/ast_commands.cpp b/src/ast_commands.cpp index 89e2f74..fe2fa84 100644 --- a/src/ast_commands.cpp +++ b/src/ast_commands.cpp
@@ -26,7 +26,7 @@ bool ls_::operator==(const ls_& b) const { - return this->m_path == b.m_path; + return this->m_path == b.m_path && this->m_options == b.m_options; } bool enum_::operator==(const enum_& b) const