I'm on OSX:

xs-mbp-2% git clone https://github.com/LightTable/LightTable.git
Cloning into 'LightTable'...
remote: Reusing existing pack: 4986, done.
remote: Counting objects: 159, done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 5145 (delta 73), reused 79 (delta 9)
Receiving objects: 100% (5145/5145), 6.31 MiB | 2.71 MiB/s, done.
Resolving deltas: 100% (2519/2519), done.
Checking connectivity... done
xs-mbp-2% cd LightTable
xs-mbp-2% sh osx_deps.sh
lein version must be 2.1 or above. Do a lein upgrade first
xs-mbp-2% lein --version
Leiningen 2.2.0 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM


I believe the problem is as follows:

if [ "$(echo `lein version` | grep 'Leiningen 1.\|2.0')" ]; then
        echo "lein version must be 2.1 or above. Do a lein upgrade first";
exit 1;
fi

also matches "2.2.0"

Removing that line *appears* to make things work.


Has anyone else run into this problem / can confirm this problem/solution?

Thanks!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to