From 034fbc1c8fc3d353ca110676859f7fba7731d4be Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 18 Jan 2012 16:26:09 -0500
Subject: [PATCH] tell what's going on

---
 bin/compile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/compile b/bin/compile
index 20abb4db..043e8a7b 100755
--- a/bin/compile
+++ b/bin/compile
@@ -56,6 +56,7 @@ done
 
 # Create virtualenv. Rebuild if corrupt.
 set +e
+echo "-----> Preparing virtualenv version $(virtualenv --version)"
 
 # Try to create the virtualenv.
 OUT=$(virtualenv --distribute --never-download  --prompt=venv . 2>&1)
-- 
GitLab