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

Look in /usr/local/lib/cmucl/lib now.

parent 4c4bea6c
No related branches found
No related tags found
No related merge requests found
/* /*
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hpux-startup.c,v 1.2 1994/01/28 17:48:42 wlott Exp $ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hpux-startup.c,v 1.3 1994/03/11 02:02:15 wlott Exp $
* *
* This file copies the lisp startup code, forks a process that will delete * This file copies the lisp startup code, forks a process that will delete
* the copy when the parent exits, and then exec's the copy of the lisp * the copy when the parent exits, and then exec's the copy of the lisp
...@@ -26,7 +26,7 @@ static char *find_lisp_orig(void) ...@@ -26,7 +26,7 @@ static char *find_lisp_orig(void)
struct stat statbuf; struct stat statbuf;
if (library == NULL) if (library == NULL)
library = "/usr/local/cmucl/lib"; library = "/usr/local/lib/cmucl/lib";
src = library; src = library;
found = FALSE; found = FALSE;
......
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