From: Iraê Carvalho Date: Wed, 10 Feb 2010 21:40:48 +0000 (-0500) Subject: Ignore potential error codes from Github in doing a clone. Fixes #6049. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=d3d497f900a559ca254d09470db532064eeacc1e Ignore potential error codes from Github in doing a clone. Fixes #6049. --- diff --git a/Makefile b/Makefile index 1854c86..2c0a9fa 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,8 @@ init: @@echo "Grabbing external dependencies..." @@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi @@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 - @@cd test/qunit && git pull origin master > /dev/null 2>&1 + - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 + - @@cd test/qunit && git pull origin master > /dev/null 2>&1 jquery: ${DIST_DIR} selector ${JQ} jq: ${DIST_DIR} ${JQ}