1
0
mirror of synced 2026-01-12 00:42:56 +00:00

Loadup failure ldeinit (#286)

* a litte better info and checking

* fix typo

Co-authored-by: Larry Masinter <LMM@acm.org>
This commit is contained in:
Nick Briggs 2021-03-19 15:45:20 -07:00 committed by GitHub
parent 9975e44b0a
commit 558f4c6655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -172,12 +172,16 @@ export PATH="$MAIKODIR"/`osversion`.`machinetype`:"$oldpath"
cd "$OLDPWD"
echo "sysout is $LDESRCESYSOUT"
echo "running `which $prog` $geometry $screensize $mem"
echo "start $LDEINIT"
if ! command -v "$prog" > /dev/null 2>&1; then
echo "$prog" not found
exit 1
fi
echo "running: $prog $geometry $screensize $mem $passthrough_args $LDESRCESYSOUT"
echo "greet: $LDEINIT"
export INMEDLEY=1
$prog $geometry $screensize $mem -t "Medley Interlisp" $passthrough_args "$LDESRCESYSOUT"
"$prog" $geometry $screensize $mem -t "Medley Interlisp" $passthrough_args "$LDESRCESYSOUT"

View File

@ -14,5 +14,5 @@ mkdir -p "$MEDLEYDIR/tmp"
./run-medley $scr -greet "$MEDLEYDIR"/sources/LOADUP-INIT.LISP -full
echo ---- made ----
ls -l tmp
ls -l tmp/*[WMShlet]
echo --------------

View File

@ -13,6 +13,6 @@ scr="-sc 1024x768 -g 1042x790"
./run-medley $scr -greet $MEDLEYDIR/sources/LOADUP-LISP.CM tmp/init-mid.sysout
echo ----- created: -------
ls -l tmp/lisp.sysout tmp/lisp.dribble
ls -l tmp/lisp.*[te]
echo ----------------------