Searched refs:strCommnd (Results 1 – 1 of 1) sorted by relevance
79 std::string strCommnd = RequireStrValue(env, command); in Spawn() local86 if (execl("/bin/sh", "sh", "-c", strCommnd.c_str(), nullptr) == -1) { in Spawn()