From a904377c21108091ef1786d4516a89162b05b41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Planquart?= Date: Sat, 3 Dec 2011 00:06:37 +0100 Subject: [PATCH] fix kivy build --- build_kivy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_kivy.sh b/build_kivy.sh index 7b1dc37..3feb098 100755 --- a/build_kivy.sh +++ b/build_kivy.sh @@ -1,17 +1,17 @@ #!/bin/bash -. ./environment.sh +. 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