On Tue, Aug 16, 2011 at 12:34:39AM -0400, Ken Wesson spake thus:
> On Mon, Aug 15, 2011 at 11:13 AM, mrwizard82d1 <mrwizard8...@gmail.com> wrote:
> > I understand that the 1.3 beta plans to add an environment variable
> > named clojure.load.path to provide a "CLASSPATH" mechanism for Clojure
> > on the CLR.
> >
> > Although I use Windows, I have installed cygwin because I prefer the
> > Unix tool set to that provided by Windows. Although a Windows console
> > allows one to set environment variables like "clojure.load.path," the
> > bash shell does not.
> 
> Are you sure there isn't some form of quoting or escaping that will
> make that name acceptable to bash?

Identifiers in bash may contain only alphanumeric characters and
underscores, and must start with an alphabetic character or underscore;
there's no way to get around that with escaping or quoting.

-Al

-- 
-----------------------------------------------------------------
a l a n   d.   s a l e w s k i                   salew...@att.net
1024D/FA2C3588 EDFA 195F EDF1 0933 1002  6396 7C92 5CB3 FA2C 3588
-----------------------------------------------------------------

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