Thanks, Stephen.

Although I was aware of the env command, I had never needed it before.
I believe this solution will allow me to solve my immediate problem
(running Clojure-CLR with the classpath configured for a specific
project as I do in Java).

On Aug 17, 6:31 am, Stephen Compall <stephen.comp...@gmail.com> wrote:
> The . limitation is in bash vars only; they work fine as environment vars:
>
> $ clojure.load.path=whatever command
> Some error message I forget
> $ env clojure.load.path=whatever command
> Sets env var while running command
>
> You should already have env installed.  It's pretty useful if you like 
> working in sh; check out its manpage for more.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to