]> git.lyx.org Git - lyx.git/blobdiff - src/support/path.C
make "make distcheck" work
[lyx.git] / src / support / path.C
index 3290274686653992a08a34f86ba06f36c5ea92ae..b7db0a299af77e212bb6d395b74ae8a0495d6cab 100644 (file)
@@ -28,10 +28,9 @@ Path::Path(string const & path)
 {
        if (!path.empty()) {
                pushedDir_ = getcwd();
-#if 0
+
                if (pushedDir_.empty() || chdir(path))
                        /* FIXME: throw */;
-#endif
        } else {
                popped_ = true;
        }