diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-27T13·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-06-27T13·55+0000 |
commit | 3da9687854e029e9df3b612fd592d2d5a622bb20 (patch) | |
tree | 4b51f62373c134bb80ff5aac51ffe613eef755e6 /src/globals.cc | |
parent | bb03c45ca03e038c8b74fc1410f48d02ade4c59b (diff) |
* Realisation of File(...) expressions.
Diffstat (limited to 'src/globals.cc')
-rw-r--r-- | src/globals.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.cc b/src/globals.cc index 14fb431d8897..640e960b1f75 100644 --- a/src/globals.cc +++ b/src/globals.cc @@ -6,7 +6,7 @@ string dbRefs = "refs"; string dbNFs = "nfs"; string dbNetSources = "netsources"; -string nixValues = "/UNINIT"; +string nixStore = "/UNINIT"; string nixLogDir = "/UNINIT"; string nixDB = "/UNINIT"; |