cd to work dir

This commit is contained in:
Joey Hess 2013-09-22 15:58:13 -04:00
parent 9aa4ec6ee0
commit 920e1a8923

View file

@ -11,6 +11,10 @@
set -e
if [ ! -d haskell-patches ]; then
cd standalone/android
fi
cabalopts="$@"
cabalinstall () {