1
0
mirror of synced 2026-01-26 12:21:52 +00:00

Move exports.all to the loadups directory; add a LOADUPSDIRECTORIES to MEDLEY-INIT-VARS

This commit is contained in:
Frank Halasz
2023-07-17 16:38:10 -07:00
parent e4b6f69e8e
commit 08880d550e
4 changed files with 10 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ fi
./scripts/cpv tmp/full.sysout loadups
./scripts/cpv tmp/lisp.sysout loadups
./scripts/cpv tmp/whereis.hash loadups
./scripts/cpv tmp/exports.all library
./scripts/cpv tmp/exports.all loadups
if [ "${1}" = "-apps" ]; then
./scripts/cpv tmp/apps.sysout loadups
fi