From b4ab6c6ce67b43f320d359a306ad12f36033c006 Mon Sep 17 00:00:00 2001 From: pmai <pmai> Date: Sun, 27 Jan 2002 22:38:10 +0000 Subject: [PATCH] Adjust the CMUCLLIB setting to reflect more clearly the default paths that of the current distribution. --- tools/sample-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sample-wrapper b/tools/sample-wrapper index 702e36e17..1a622809f 100755 --- a/tools/sample-wrapper +++ b/tools/sample-wrapper @@ -1,7 +1,7 @@ #!/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 # -- GitLab