From dafd16462094a769979a0d4724f89e4dd3a18f41 Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Sat, 18 Feb 2012 01:37:12 -0600 Subject: [PATCH] Fix path to source functions bash file --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 30f546e..41f5d83 100755 --- a/bin/compile +++ b/bin/compile @@ -3,7 +3,7 @@ set -e -source scripts/functions +source ../scripts/functions BUILD_DIR=$1 CACHE_DIR=$2