Skip to content

Commit f411c8f

Browse files
committed
Now it should really work in both cases.
1 parent 285541b commit f411c8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ init:
4343
@@echo "Grabbing external dependencies..."
4444
@@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi
4545
@@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi
46-
@@cd src/sizzle
47-
- @@git pull origin master > /dev/null 2>&1
48-
@@cd test/qunit
49-
- @@git pull origin master > /dev/null 2>&1
46+
- @@cd src/sizzle &&git pull origin master > /dev/null 2>&1
47+
- @@cd test/qunit && git pull origin master > /dev/null 2>&1
5048

5149
jquery: ${DIST_DIR} selector ${JQ}
5250
jq: ${DIST_DIR} ${JQ}

0 commit comments

Comments
 (0)