cd to work dir
This commit is contained in:
parent
9aa4ec6ee0
commit
920e1a8923
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [ ! -d haskell-patches ]; then
|
||||
cd standalone/android
|
||||
fi
|
||||
|
||||
cabalopts="$@"
|
||||
|
||||
cabalinstall () {
|
||||
|
|
Loading…
Reference in a new issue