Skip to content
Snippets Groups Projects
Commit b4ab6c6c authored by pmai's avatar pmai
Browse files

Adjust the CMUCLLIB setting to reflect more clearly the default paths that

of the current distribution.
parent 6683af6b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Set up CMUCLLIB environment variable to point to run-time files.
CMUCLLIB=/<<your-cmucl-path>>/lib
CMUCLLIB=/<<your-cmucl-path>>/lib/cmucl/lib
export CMUCLLIB
#
......
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