Use set-profiles in trampoline task. Fixes #1044.

This commit is contained in:
Phil Hagelberg 2013-03-14 11:35:41 -07:00
parent 8c8a539ec0
commit a8db759bfc

View file

@ -26,7 +26,7 @@
rests (mapcat rest forms)
;; This won't pick up :jvm-args that come from profiles, but it
;; at least gets us :dependencies.
project (project/merge-profiles project profiles)
project (project/set-profiles project profiles)
command (eval/shell-command project (concat '(do) inits rests))]
(string/join " " (if (win-batch?)
(map quote-arg command)