Skip to content

Commit

Permalink
Fixed bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
auser committed Jul 2, 2010
1 parent 74bfc6f commit 64b9c38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ compile:

deps:
@./rebar get-deps
@./bootstrap.sh

clean:
@./rebar clean
Expand Down
1 change: 0 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cd $DEPSDIR
# Make sure rabbitmq-erlang-client is available
(
if [ ! -d "$DEPSDIR/rabbitmq-erlang-client" ]; then
echo "NOT A DIR - $DEPSDIR/rabbitmq-erlang-client"
hg clone http://hg.rabbitmq.com/rabbitmq-erlang-client/
fi
cd rabbitmq-erlang-client
Expand Down

0 comments on commit 64b9c38

Please sign in to comment.