1
0
mirror of synced 2026-04-25 20:01:51 +00:00

loadup and run-medley script bug fixes

This commit is contained in:
Larry Masinter
2022-07-16 11:51:58 -07:00
parent 8ee32f6243
commit 2120f5f458
8 changed files with 17 additions and 47 deletions

View File

@@ -10,11 +10,6 @@ scr="-sc 1024x768 -g 1042x790"
touch tmp/loadup.timestamp
# Keep (GREET) from finding an init file
mkdir -p $MEDLEYDIR/tmp/logindir
export HOME=$MEDLEYDIR/tmp/logindir
export LOGINDIR=$MEDLEYDIR/tmp/logindir
./run-medley $scr -loadup "$MEDLEYDIR/sources/LOADUP-FULL.CM" "$MEDLEYDIR/tmp/lisp.sysout"
if [ tmp/full.sysout -nt tmp/loadup.timestamp ]; then