X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FExecutor.cc;h=a228c331b3a48537683bebe2002dc92797da0287;hb=8da6e83b001f0ae8383af7eb4b3e3a079178a777;hp=04cb75101467d356125d70b3b19c86902bafcd82;hpb=79e54eda6a7fb5ac3fa5b37f408dd386454c5bbd;p=senf.git diff --git a/Utils/Console/Executor.cc b/Utils/Console/Executor.cc index 04cb751..a228c33 100644 --- a/Utils/Console/Executor.cc +++ b/Utils/Console/Executor.cc @@ -67,6 +67,7 @@ prefix_ std::string senf::console::Executor::cwdPath() { if (skipping()) return ""; + (void) cwd(); // ensure, cwd is live. return "/" + senf::stringJoin( senf::make_transform_range( boost::make_iterator_range(boost::next(cwd_.begin()), cwd_.end()),