summaryrefslogtreecommitdiff
path: root/apt-inst/deb/dpkgdb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-inst/deb/dpkgdb.cc')
-rw-r--r--apt-inst/deb/dpkgdb.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-inst/deb/dpkgdb.cc b/apt-inst/deb/dpkgdb.cc
index 819c123f6..71a0c2177 100644
--- a/apt-inst/deb/dpkgdb.cc
+++ b/apt-inst/deb/dpkgdb.cc
@@ -286,8 +286,7 @@ bool debDpkgDB::ReadFList(OpProgress &Progress)
delete [] Buffer;
if (chdir(Cwd.c_str()) != 0)
- chdir("/");
-
+ return _error->Errno("chdir",_("Unable to change to %s"),Cwd.c_str());
return !_error->PendingError();
}
/*}}}*/