On Wed, Aug 17, 2011 at 9:48 AM, Alan D. Salewski <salew...@att.net> wrote:
>    $ /usr/bin/env -- ALJUNK_CRAP1=junk1 ALJUNK.CRAP2=junk2 /bin/bash -c env | 
> grep ALJU
>    ALJUNK.CRAP2=junk2
>    ALJUNK_CRAP1=junk1
>
> You approached the question from the perspective of one just wanting to
> launch Clojure-CLR with a 'clojure.class.path' value inherited from the
> host OS, however that can be made to work.
>
> I approached the question from the perspective of one wanting to invoke
> Clojure-CLR with the ability to manipulate the value of
> 'clojure.class.path' "on-the-fly" in a way that is common and natural
> for *nix folks.

And with 'env' it clearly is possible to manipulate the value on the
fly, as Stephen pointed out three hours before your post and as you
yourself have demonstrated.

The OP's problem has been solved; let's move on.

-- 
Protege: What is this seething mass of parentheses?!
Master: Your father's Lisp REPL. This is the language of a true
hacker. Not as clumsy or random as C++; a language for a more
civilized age.

-- 
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