First full pass at loadups revamp.
This commit is contained in:
committed by
Larry Masinter
parent
ca3280f894
commit
1c077d1b3d
@@ -7,9 +7,9 @@ fi
|
||||
|
||||
. scripts/loadup-setup.sh
|
||||
|
||||
loadup_start "loadup-aux"
|
||||
loadup_start
|
||||
|
||||
cat >"${LOADUP_WORKDIR}"/loadup-aux.cm <<"EOF"
|
||||
cat >"${cmfile}" <<"EOF"
|
||||
"
|
||||
(IL:MEDLEY-INIT-VARS)
|
||||
(IL:LOAD(QUOTE MEDLEY-UTILS))
|
||||
@@ -19,6 +19,6 @@ cat >"${LOADUP_WORKDIR}"/loadup-aux.cm <<"EOF"
|
||||
"
|
||||
EOF
|
||||
|
||||
./run-medley $scr -loadup "${LOADUP_WORKDIR}"/loadup-aux.cm "${LOADUP_WORKDIR}"/full.sysout
|
||||
./run-medley ${scr} -loadup "${cmfile}" "${LOADUP_WORKDIR}"/full.sysout
|
||||
|
||||
loadup_finish "loadup-aux" "whereis.hash" "whereis.hash" "exports.all"
|
||||
loadup_finish "whereis.hash" "whereis.hash" "exports.all"
|
||||
|
||||
Reference in New Issue
Block a user