From 639d1dc9cccc6d189e421d3b96e455286a8e9d42 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 18 Jan 2012 20:43:59 -0500 Subject: [PATCH] test --- bin/compile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 287a8d50..407a18c7 100755 --- a/bin/compile +++ b/bin/compile @@ -3,8 +3,11 @@ set -eo pipefail -env -which python +# env +# which python + +# Testing. +export PATH=:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin BIN_DIR=$(cd $(dirname $0); pwd) # absolute path ROOT_DIR=$(dirname $BIN_DIR) -- GitLab