Skip to content

Commit

Permalink
use the full --recursive flag instead of -r for cloning during releas…
Browse files Browse the repository at this point in the history
…e build
  • Loading branch information
skarra committed Sep 8, 2013
1 parent 35e560a commit 3f3b5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif
@echo
@echo ==== Cloning temp repository for ${REL}
rm -rf /tmp/asynk-${REL}
cd .. && git clone -r . /tmp/asynk-${REL}
cd .. && git clone --recursive . /tmp/asynk-${REL}
rm -rf /tmp/asynk-${REL}/.git

@echo
Expand Down

0 comments on commit 3f3b5ba

Please sign in to comment.