actually does it correctly

This commit is contained in:
Florent Le Coz 2011-10-17 23:13:57 +02:00
parent ce5fa543f2
commit 354006a850

View file

@ -7,13 +7,13 @@
# Use launch.sh to start poezio directly from here
echo 'Updating poezio'
git pull
git pull origin master
if [ -e "SleekXMPP" ]
then
echo "Updating SleekXMPP"
cd SleekXMPP
git pull origin master
git pull
cd ..
else
echo "Downloading SleekXMPP"