Merge branch '0.7b' of git@github.com:280north/cappuccino into 0.7b

This commit is contained in:
Ross Boucher
2009-05-17 16:51:33 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ end
task :update_submodules do
if executable_exists? "git"
system %{cd .. && git submodule update --init}
system %{cd .. && git submodule init && git submodule update}
else
puts "Git not installed"
rake abort
+1 -1
View File
@@ -102,7 +102,7 @@ end
task :submodules do
if executable_exists? "git"
system %{cd .. && git submodule update --init}
system %{git submodule init && git submodule update}
else
puts "Git not installed"
rake abort