Skip to content

Commit

Permalink
Now it should really work in both cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
irae committed Feb 8, 2010
1 parent 285541b commit f411c8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Expand Up @@ -43,10 +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 f411c8f

Please sign in to comment.