mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
shell: Clarifying comment
This commit is contained in:
parent
a2a900d144
commit
ab7245cb8a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ int cmdShell (const std::vector <std::string>& args)
|
||||||
combined = combined.substr (1);
|
combined = combined.substr (1);
|
||||||
|
|
||||||
system (combined.c_str ());
|
system (combined.c_str ());
|
||||||
return 0;
|
return 0; // Ignore system return code.
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue