fix(command): Use execlp()

Ref #214
This commit is contained in:
Michael Carlberg
2016-12-03 20:52:42 +01:00
parent bb0cfcf033
commit 5f6d73a415
6 changed files with 15 additions and 33 deletions

View File

@ -50,7 +50,7 @@ namespace command_util {
bool is_running();
int wait();
void tail(callback<string> callback);
void tail(callback<string> cb);
int writeline(string data);
string readline();