> That's correct, now it works! :)
>

Great.  The patch has been accepted by leiningen, so it should be in the
next release.


> IMHO the patch should be just the line 83 of your file, the other
> quoted variables are URLs (which cannot have spaces). Note that
> :DownloadFile, when calls powershell, inverts the order of its
> arguments.
>

The extra quotes seem to be an artifact of passing the arguments on the
command-line.  The actual arguments to the DownloadFile method in .NET
aren't expected to contain quotes.

>From inside powershell itself, this works:

  (new-object System.Net.WebClient).DownloadFile("
https://raw.github.com/technomancy/leiningen/stable/bin/lein.bat";, "with
space\file name.txt")

So the extra quotes probably won't harm on either parameter.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to