aboutsummaryrefslogtreecommitdiff
path: root/src/interp/database.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/database.boot')
-rw-r--r--src/interp/database.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/database.boot b/src/interp/database.boot
index cf823270..3e4077a9 100644
--- a/src/interp/database.boot
+++ b/src/interp/database.boot
@@ -46,7 +46,7 @@ $globalExposureGroupAlist := []
--%
pathToDatabase name ==
- if dbdir := systemAlgebraDirectory() then
+ if dbdir := systemDatabaseDirectory() then
path := strconc(dbdir,name)
if $verbose then
FORMAT(true,'" Using local database ~a..",path)