Add Boost.Typeof library to repository
[senf.git] / Console / Executor.cci
index 6c20c2f..3126fa1 100644 (file)
@@ -35,7 +35,7 @@
 
 prefix_ senf::console::Executor::Executor()
 {
-    cwd_ = boost::static_pointer_cast<DirectoryNode>(
+    oldCwd_ = cwd_ = boost::static_pointer_cast<DirectoryNode>(
         root().shared_from_this());
 }