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