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
|
set -e
|
||||||
|
|
||||||
|
if [ ! -d haskell-patches ]; then
|
||||||
|
cd standalone/android
|
||||||
|
fi
|
||||||
|
|
||||||
cabalopts="$@"
|
cabalopts="$@"
|
||||||
|
|
||||||
cabalinstall () {
|
cabalinstall () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue