]> git.lyx.org Git - lyx.git/blobdiff - src/support/path.C
make "make distcheck" work
[lyx.git] / src / support / path.C
index 59593145edf593f07628cd740ff3b01683a8c32e..b7db0a299af77e212bb6d395b74ae8a0495d6cab 100644 (file)
@@ -28,6 +28,7 @@ Path::Path(string const & path)
 {
        if (!path.empty()) {
                pushedDir_ = getcwd();
+
                if (pushedDir_.empty() || chdir(path))
                        /* FIXME: throw */;
        } else {