Hmm, I seem to be having a problem with the new bootstrap script.

On Windows, I'm running:
git version 1.7.7.msysgit.1

This release puts: "c:\Program Files (x86)\Git\cmd\" on the PATH,
which contains a git.cmd (batch file) which runs the .exe.

Unfortunately, Runtime.exec won't run batch files unless you
explicitly run them via the shell, eg:

(sh "cmd" "/c" "git" "clone" ...)

rather than:

(sh "git" "clone" ...)

-- 
Dave

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