diff options
-rwxr-xr-x | launchers/bash/clj-env-dir | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/launchers/bash/clj-env-dir b/launchers/bash/clj-env-dir index 9f2b2044..f543a473 100755 --- a/launchers/bash/clj-env-dir +++ b/launchers/bash/clj-env-dir @@ -21,9 +21,10 @@ # # CLOJURE_EXT The path to a directory containing (either directly or as # symbolic links) jar files and/or directories whose paths -# should be included in CLASSPATH. These paths will be -# prepended to any prior definition of the CLASSPATH -# environment variable. +# should be in Clojure's classpath. The value of the +# CLASSPATH environment variable for Clojure will be a list +# of these paths followed by the previous value of CLASSPATH +# (if any). # # Optional: # |