diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/sys-driver.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 13742c4e..a2f3f245 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -101,7 +101,7 @@ systemDatabaseDirectory() == loadExposureGroupData() == LOAD('"./exposed", KEYWORD::VERBOSE,false, KEYWORD::IF_-DOES_-NOT_-EXIST,nil) => "done" - LOAD(strconc(systemRootDirectory(),'"algebra/exposed"), + LOAD(getSystemModulePath '"exposed", KEYWORD::VERBOSE,false,KEYWORD::IF_-DOES_-NOT_-EXIST,nil) => "done" "failed" |