1
0
mirror of synced 2026-01-26 04:12:03 +00:00

typo in -gr instead of -g

This commit is contained in:
Larry Masinter
2021-02-18 12:29:23 -08:00
parent 7b1c12989f
commit b14cbb2f77
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ if [ ! -x run-medley ] ; then
echo must run from MEDLEYDIR ;
exit 1 ;
fi
scr="-sc 1024x768 -gr 1042x790"
scr="-sc 1024x768 -g 1042x790"
rm -f ~/rem.cm

View File

@@ -7,7 +7,7 @@ if [ ! -f run-medley ] ; then
exit 1
fi
scr="-sc 1024x768 -gr 1042x790"
scr="-sc 1024x768 -g 1042x790"
mkdir -p "$MEDLEYDIR/tmp"
rm -f ~/rem.cm

View File

@@ -7,7 +7,7 @@ if [ ! -f run-medley ] ; then
exit 1
fi
scr="-sc 1024x768 -gr 1042x790"
scr="-sc 1024x768 -g 1042x790"
echo '"' > ~/rem.cm
echo '(PROGN(LOAD(QUOTE {DSK}'$MEDLEYDIR'/sources/LOADUP.LISP))(HARDRESET))' >> ~/rem.cm

View File

@@ -8,7 +8,7 @@ if [ ! -x run-medley ] ; then
fi
mkdir -p "$MEDLEYDIR/tmp"
scr="-sc 1024x768 -gr 1042x790"
scr="-sc 1024x768 -g 1042x790"
cp sources/XREM.CM ~/rem.cm