X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=2c0a9faa2f2373bbed92997b0ad365e145414297;hb=9195107dbb13ad34ae4e9f7cb1df5d79e4748560;hp=1854c866a0a5c38a3cfecc466e05f9f487e6e8f4;hpb=31f1e99500af6e57cfdd571272be193b4646fc09;p=jquery.git 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}