I actually had to stop using clojure.java.shell/sh for this and just
used Runtime/exec directly precisely for this reason:
https://github.com/technomancy/leiningen/blob/master/src/leiningen/compile.clj#L171
I could clean this up and submit it as a patch upstream if it's
desired. Though on the other hand, the raw Runtime calls are not
horribly cumbersome.
-Phil
Great; looking forward to it!
-Phil
https://github.com/pallet/pallet/blob/master/src/pallet/shell.clj