use pushd/popd in script / test repository write access

This commit is contained in:
Luite Stegeman 2011-08-25 20:44:55 +02:00
parent 813cf0881e
commit 2f3c6a1374

View File

@ -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