bugfixes..

This commit is contained in:
Alec Leamas 2010-10-17 10:44:45 +02:00
parent adb559155a
commit f9e5a469e0

View file

@ -126,8 +126,7 @@ function checkout()
git clone --quiet $GIT_REPO; git clone --quiet $GIT_REPO;
( (
cd diaspora; cd diaspora;
git remote add upstream \ git remote add upstream $GIT_REPO
git://github.com/diaspora/diaspora.git
for p in ../../*.patch; do for p in ../../*.patch; do
git apply --whitespace=fix $p > /dev/null git apply --whitespace=fix $p > /dev/null
done &> /dev/null || : done &> /dev/null || :