Skip to content
Snippets Groups Projects
Commit 5068c337 authored by wlott's avatar wlott
Browse files

Added quotes around $LISP.

parent ef56cbf2
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# compile-all -- script to compile everything # compile-all -- script to compile everything
# #
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/compile-all,v 1.2 1991/11/26 22:10:18 wlott Exp $ # $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/compile-all,v 1.3 1991/12/12 02:35:37 wlott Exp $
if ($#argv) then if ($#argv) then
set subdir = $argv[1] set subdir = $argv[1]
...@@ -14,7 +14,7 @@ set dest = /afs/cs/project/clisp/build/@sys/$subdir ...@@ -14,7 +14,7 @@ set dest = /afs/cs/project/clisp/build/@sys/$subdir
set src = /afs/cs/project/clisp/src/$subdir set src = /afs/cs/project/clisp/src/$subdir
if ($?LISP) then if ($?LISP) then
set lisp = $LISP set lisp = "$LISP"
else else
set lisp = lisp set lisp = lisp
endif endif
......
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