fix debug not recompiling

This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent bd9dd056d3
commit 39e9c1bff0
3 changed files with 16 additions and 19 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ int main(int argc, char* argv[])
Cmd echo("echo");
Cmd rm("rm");
string out1 = $(ll | grep + "cpp" | grep + "child");
if(out1.find("childProcess.cpp") != string::npos)
string out1 = $(ll + "src" | grep + "inl" | grep + "child");
if(out1.find("childProcess.inl") != string::npos)
cout << "OK 0/11" << endl;
string out2 = $(echo + "abc" + "def");