Skip to content

Commit

Permalink
Correct lein-init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jafingerhut committed Jan 28, 2013
1 parent 1704966 commit 3cb89d1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lein-init.sh
Expand Up @@ -14,16 +14,6 @@ cp -pr "${LEIN_FILES}"/* "${HOME}/lein/lein-files/"

cd "${HOME}/lein"

for RC in 1 2 3
do
lein new clojure-1.5.0-rc${RC}
cd clojure-1.5.0-rc${RC}
cp -p "../lein-files/project.clj-for-clojure-1.5.0-RC${RC}" project.clj
lein deps
cd ..
done
exit 0

for clj_1_2_point_release in 0 1
do
lein new clojure-1.2.${clj_1_2_point_release}
Expand Down

0 comments on commit 3cb89d1

Please sign in to comment.