From 8566a65067a9bbf8607fa908b98302e04218a054 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 18 Jan 2012 12:34:41 -0500
Subject: [PATCH] comments

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

diff --git a/bin/compile b/bin/compile
index 0517c29b..bbb0046a 100755
--- a/bin/compile
+++ b/bin/compile
@@ -47,7 +47,7 @@ if [ -f "lib/python2.7" ]; then
   exit 1;
 fi
 
-# copy artifacts out of cache if exists
+# Copy artifacts out of cache if exists.
 mkdir -p $CACHE_DIR
 for dir in $VIRTUALENV_DIRS; do
   cp -R $CACHE_DIR/$dir . &> /dev/null || true
-- 
GitLab