From fc9ac709e68f727f98907bbb1dc39c48a62c3b8b Mon Sep 17 00:00:00 2001 From: Susan Potter Date: Sat, 18 Feb 2012 11:17:12 -0600 Subject: [PATCH] Add env to bin/compile to help troubleshoot --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index ca2ebed..6344d6a 100755 --- a/bin/compile +++ b/bin/compile @@ -4,6 +4,7 @@ set -e source $(dirname $0)/../scripts/functions +env BUILD_DIR=$1 echo "Info: BUILD_DIR=$BUILD_DIR"