From 54545df970fdd9b10cb593e479eb5b35e60d6e8a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 18 Jan 2012 17:08:17 -0500 Subject: [PATCH] testing --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 44a7d320..970f0cae 100755 --- a/bin/compile +++ b/bin/compile @@ -4,6 +4,7 @@ set -eo pipefail env +which python BIN_DIR=$(cd $(dirname $0); pwd) # absolute path ROOT_DIR=$(dirname $BIN_DIR) -- GitLab