Skip to content

Commit

Permalink
Don't change pwd for next loop run
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 24, 2015
1 parent 5f682ca commit f43ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install-servers:
/tmp/$$server-testserver; \
ln -s /tmp/$$server-testserver $(TESTSERVER_BASE)$$server; \
fi; \
cd $(TESTSERVER_BASE)$$server && sh install.sh; \
(cd $(TESTSERVER_BASE)$$server && sh install.sh); \
done

install-test: install-servers
Expand Down

0 comments on commit f43ef43

Please sign in to comment.