From 2db48a02109f5cd3bdd073dcbe848a5b14b6e5c9 Mon Sep 17 00:00:00 2001 From: Eric Swenson Date: Tue, 17 Jul 2018 21:57:55 -0700 Subject: [PATCH] Fix typo in LINK command line required for macsyma primer(); Resolves #1069. --- build/lisp.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lisp.tcl b/build/lisp.tcl index 57af908a..9d5214c8 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -537,7 +537,7 @@ respond "142040" "(load \"aljabr;loader\")" respond "T" "(loader 1000)" respond "(C1)" "quit();" -respond "*" ":copy aljabr;user profil,macsym\r" +respond "*" ":copy aljabr;user profil,macsym;\r" respond "*" ":link macsym;check fasl,ellen;\r" respond "*" ":link sys3;ts macsym,maxdmp;loser >\r" respond "*" ":link demo;manual demo,demo;manual >\r"