From 2f3c6a1374bbe23c5b72b04569c4c38d12b712dc Mon Sep 17 00:00:00 2001 From: Luite Stegeman Date: Thu, 25 Aug 2011 20:44:55 +0200 Subject: [PATCH] use pushd/popd in script / test repository write access --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b21ad144..6004e5b8 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Yesod is built upon many smaller packages, all of which can be installed with: for repo in $REPOS do git clone http://github.com/yesodweb/$repo - cd $repo && (./install-all.sh; cd ..) + pushd $repo && (./install-all.sh; popd) done