summaryrefslogtreecommitdiff
path: root/xib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xib.sh')
-rwxr-xr-xxib.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/xib.sh b/xib.sh
index 9c97a74..2b8c6ba 100755
--- a/xib.sh
+++ b/xib.sh
@@ -254,9 +254,9 @@ build_order () {
xibd () {
quickfail=false
while true; do
- cd $buildfiles
- git pull
- cd $xib_dir
+ #cd $buildfiles
+ #git pull
+ #cd $xib_dir
xib_all
sleep 5
done