This commit is contained in:
Joey Hess 2013-09-22 21:36:45 -04:00
parent 746d3d5e1f
commit 929aa1452d

View file

@ -46,7 +46,7 @@ patched () {
}
installgitannexdeps () {
pushd ../..
pushd ../../..
echo cabal install --only-dependencies
cabal install --only-dependencies "$@"
popd