Skip to content
Snippets Groups Projects
Commit b8cb40df authored by ram's avatar ram
Browse files

Oops. Fix spelling.

parent 5674550d
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# mk-lisp -- script for building full lisp cores. # mk-lisp -- script for building full lisp cores.
# #
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/mk-lisp,v 1.10 1992/02/18 19:09:18 ram Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/mk-lisp,v 1.11 1992/02/24 19:01:06 ram Exp $
if ($#argv) then if ($#argv) then
set subdir = $argv[1] set subdir = $argv[1]
...@@ -15,7 +15,7 @@ endif ...@@ -15,7 +15,7 @@ endif
if $?CMUCL_ROOT then if $?CMUCL_ROOT then
set root = $CMUCL_ROOT set root = $CMUCL_ROOT
else else
set root = /afs/cs/projcet/clisp set root = /afs/cs/project/clisp
endif endif
set dest = $root/build/@sys/$subdir set dest = $root/build/@sys/$subdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment