11 const int status = wordexp(s.c_str(), &p, WRDE_SHOWERR | WRDE_UNDEF);
14 <<
"' returned error " << status <<
" from wordexp().";
20 <<
"' didn't expand to anything.";
26 <<
"' expanded to " << p.we_wordc <<
" locations.";
void Expand(std::string &s)
Expand env vars/homedirs/wildcards in s.
static constexpr double s
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...