Fix path relative to compile script's path

This commit is contained in:
Susan Potter 2012-02-18 01:44:56 -06:00
parent dafd164620
commit a354e6ef01

View file

@ -3,10 +3,12 @@
set -e
source ../scripts/functions
source $(dirname $0)/../scripts/functions
BUILD_DIR=$1
echo "Info: BUILD_DIR=$BUILD_DIR"
CACHE_DIR=$2
echo "Info: CACHE_DIR=$CACHE_DIR"
## CHECK BUILDPACK_GHC_BASE_URL is set
if [ "$BUILDPACK_GHC_BASE_URL" != "" ]; then