Update of /cvsroot/thinlisp/thinlisp-1.0/src
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10275
Modified Files:
bootstrap
Log Message:
Add another installation location for CLISP.
Index: bootstrap
===================================================================
RCS file: /cvsroot/thinlisp/thinlisp-1.0/src/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** bootstrap 30 May 2001 03:00:09 -0000 1.2
--- bootstrap 10 Jul 2006 00:38:40 -0000 1.3
***************
*** 4,8 ****
### that have changed since last time.
! if [ -x /usr/local/bin/clisp ] ; then
clisp -x "(load \"boot.lisp\")"
else
--- 4,8 ----
### that have changed since last time.
! if [ -x /usr/local/bin/clisp ] || [ -x /usr/bin/clisp ] ; then
clisp -x "(load \"boot.lisp\")"
else
|