use pushd/popd in script / test repository write access
This commit is contained in:
parent
813cf0881e
commit
2f3c6a1374
@ -24,5 +24,5 @@ Yesod is built upon many smaller packages, all of which can be installed with:
|
|||||||
for repo in $REPOS
|
for repo in $REPOS
|
||||||
do
|
do
|
||||||
git clone http://github.com/yesodweb/$repo
|
git clone http://github.com/yesodweb/$repo
|
||||||
cd $repo && (./install-all.sh; cd ..)
|
pushd $repo && (./install-all.sh; popd)
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user