Skip to content
Snippets Groups Projects

Fix the result rewriter for stat command

Merged Nikola Hardi requested to merge nhardi/jalien-root:fix-stat-rewriter into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -14,7 +14,7 @@ using namespace std;
const map<string, pair<string, string>> TJAlienResultRewriter::rules = {
{"ls" , {"" , "0"}},
{"cd" , {"1", "0"}},
{"stat" , {"0", "1"}},
{"stat" , {"1", "0"}},
{"mkdir", {"1", "0"}},
};
Loading