jcrossley3 / lein-modules

An alternative to Maven multi-module projects in Leiningen
Eclipse Public License 1.0
83 stars 16 forks source link

Allow lein executable configuration via env var #10

Closed hugoduncan closed 10 years ago

hugoduncan commented 10 years ago

Allows the specification of the leiningen executable path using the LEIN_CMD environment variable.

This allows configuration of the project in different environments (e.g. travis, where the lein command is lein2).

jcrossley3 commented 10 years ago

Thanks!