This commit is contained in:
Selman ULUG 2011-09-29 23:19:34 +03:00
parent 56f489609f
commit ce3f475873

View File

@ -30,7 +30,7 @@ for repo in hamlet persistent wai yesod; do
( (
cd $repo cd $repo
git submodule update --init git submodule update --init
./script/install ./scripts/install
) )
done done
~~~ ~~~