fix build_kivy.sh conditions

This commit is contained in:
Mathieu Virbel 2011-12-06 16:02:21 +01:00
parent 0308bd233c
commit 583461e445

View file

@ -2,16 +2,14 @@
. ./environment.sh
set -x
if [ ! -d kivy ]; then
if [ ! -d kivy ] ; then
try git clone https://github.com/tito/kivy
try cd kivy
try git checkout ios-support
try cd ..
fi
if [ "X$1" == "X-f" ]; then
if [ "X$1" = "X-f" ] ; then
try cd kivy
try git clean -dxf
try git fetch