Skip to content

Commit

Permalink
Ignore potential error codes from Github in doing a clone. Fixes #6049.
Browse files Browse the repository at this point in the history
  • Loading branch information
irae authored and jeresig committed Feb 10, 2010
1 parent 35c3790 commit d3d497f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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}
Expand Down

0 comments on commit d3d497f

Please sign in to comment.