diff options
author | scgilardi <scgilardi@gmail.com> | 2009-01-22 23:58:27 +0000 |
---|---|---|
committer | scgilardi <scgilardi@gmail.com> | 2009-01-22 23:58:27 +0000 |
commit | 5861a8726e657fd36a3f1b5f016f5eb9c12cdde3 (patch) | |
tree | 4ce4eee9562d6982f867d552d1f7e38a06d934d8 | |
parent | 2c86c70a33d540743069f8d5903f230b9de11ce5 (diff) |
clj-env-dir: clarify wording in description of CLOJURE_EXT
-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: # |