Skip to content

Commit

Permalink
Check a project's src/ dir for leiningen tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Mar 16, 2010
1 parent 1c9048d commit 8a687e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lein
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION="1.2.0-SNAPSHOT"

CLASSPATH="$(find lib/ -follow -mindepth 1 -maxdepth 1 -print0 2> /dev/null | tr \\0 \:)":$CLASSPATH
CLASSPATH=src/:"$(find lib/ -follow -mindepth 1 -maxdepth 1 -print0 2> /dev/null | tr \\0 \:)":$CLASSPATH
LEIN_JAR="$HOME/.m2/repository/leiningen/leiningen/$VERSION/leiningen-$VERSION-standalone.jar"
CLOJURE_JAR="$HOME/.m2/repository/org/clojure/clojure/1.1.0/clojure-1.1.0.jar"

Expand Down

0 comments on commit 8a687e7

Please sign in to comment.