shell: Clarifying comment

This commit is contained in:
Paul Beckingham 2017-01-08 14:33:03 -05:00
parent a2a900d144
commit ab7245cb8a

View file

@ -40,7 +40,7 @@ int cmdShell (const std::vector <std::string>& args)
combined = combined.substr (1);
system (combined.c_str ());
return 0;
return 0; // Ignore system return code.
}
////////////////////////////////////////////////////////////////////////////////