senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

the submodules must always be initialized. closes #174. #180

Closed senny closed 11 years ago

senny commented 11 years ago

The current script/install.sh only initializes the submodules when the repository is cloned from the script. This is problematic because we describe an installation process with manual cloning and then the submodules won't get initialized.

senny commented 11 years ago

@jone do you know why the submodule init was inside the if block?

@raeffu can you do a fresh clone from the repository, then checkout this branch and run script/install.sh to verify if it works for you?

raeffu commented 11 years ago

@senny Works like a charm!

jone commented 11 years ago

No idea why I did it like this. Probably a refactoring problem..