From 4c94607882ef252f7229d84c22139b83f63bfe8b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 18 Jan 2012 17:06:38 -0500 Subject: [PATCH] testing... --- bin/compile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/compile b/bin/compile index 043e8a7b..44a7d320 100755 --- a/bin/compile +++ b/bin/compile @@ -3,6 +3,8 @@ set -eo pipefail +env + BIN_DIR=$(cd $(dirname $0); pwd) # absolute path ROOT_DIR=$(dirname $BIN_DIR) BUILD_DIR=$1 -- GitLab