On Sun, Mar 31, 2013 at 5:23 PM, David Powell <[email protected]> wrote:
> I think that this patch fixes the issue: > https://github.com/djpowell/leiningen/commit/bd9e2e25508cfc01889057349b133941ff4fc379 > > It seems that quotes around powershell parameters on the command-line need > to be triple-double-quoted :) That's correct, now it works! :) 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. Thanks again, Roberto > -- > Dave > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
