From fbbdadd347ea09944713b10db238b4d354339af4 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 01:34:28 -0400
Subject: [PATCH] /s/Pip/pip

---
 bin/compile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index d21580e5..cfc33a8d 100755
--- a/bin/compile
+++ b/bin/compile
@@ -65,7 +65,7 @@ unset PYTHON_HOME
 unset PYTHONPATH
 
 # We'll need to send these statics to other scripts we `source`.
-export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR
+export PIP_DOWNLOAD_CACHE BUILD_DIR CACHE_DIR BIN_DIR
 
 # Syntax sugar.
 indent() {
@@ -183,7 +183,7 @@ if (grep -Fiq "hg+" requirements.txt) then
 fi
 
 # Install dependencies with Pip.
-puts-step "Installing dependencies using Pip version $(pip --version | awk '{print $2}')"
+puts-step "Installing dependencies using pip version $(pip --version | awk '{print $2}')"
 pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
 
 # Do additional application hackery if applications appears to be a Django app.
-- 
GitLab