From 1e914b85588616c1e5949579ed67b2a9ad71ce13 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 23 Mar 2012 22:43:41 -0400
Subject: [PATCH] -f

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

diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc
index 960859b1..58dd3eeb 100644
--- a/bin/steps/pylibmc
+++ b/bin/steps/pylibmc
@@ -13,7 +13,7 @@
 VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz"
 
 # If pylibmc exists within requirements, use vendored libmemcached.
-if [ requirements.txt ]; then
+if [ -f requirements.txt ]; then
   if (grep -Fiq "pylibmc" requirements.txt) then
     echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
     cd .heroku
-- 
GitLab