Add env to bin/compile to help troubleshoot

This commit is contained in:
Susan Potter 2012-02-18 11:17:12 -06:00
parent 02f302f3a1
commit fc9ac709e6

View file

@ -4,6 +4,7 @@
set -e
source $(dirname $0)/../scripts/functions
env
BUILD_DIR=$1
echo "Info: BUILD_DIR=$BUILD_DIR"