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:
parent
9975e44b0a
commit
558f4c6655
12
run-medley
12
run-medley
@ -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"
|
||||
|
||||
|
||||
|
||||
@ -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 --------------
|
||||
|
||||
@ -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 ----------------------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user