From 1b4d14e24cf83f79a1c738e2e29801626dc2bff2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 19 Jan 2012 11:21:12 -0500 Subject: [PATCH] debug --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 7d55c9aa..ff56232a 100755 --- a/bin/compile +++ b/bin/compile @@ -29,8 +29,6 @@ function virtualenv (){ cd $BUILD_DIR -ls - # Reject a non-packaged Django app. if [ "$NAME" = "Python" ]; then [ -f manage.py ] && [ -f settings.py ] && { echo " ! Django app must be in a package subdirectory"; exit 1; } @@ -53,6 +51,7 @@ for dir in $VIRTUALENV_DIRS; do cp -R $CACHE_DIR/$dir . &> /dev/null || true done +pwd ls # Create virtualenv. Rebuild if corrupt. -- GitLab