From 91d06be35e933d75e8e62bd86322c62d5842f841 Mon Sep 17 00:00:00 2001 From: Luite Stegeman Date: Thu, 25 Aug 2011 22:40:33 +0200 Subject: [PATCH] properly fix README script this time, my prev commit was still wrong, just in a different way (thanks pbrisbin) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6004e5b8..1d0c544d 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 - pushd $repo && (./install-all.sh; popd) + (cd $repo && ./install-all.sh) done