From 6394214b55ab261cc42cba5a50c5de99251fa326 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 23 Mar 2012 23:45:06 -0400 Subject: [PATCH] fi --- bin/compile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 54383a41..bdf97796 100755 --- a/bin/compile +++ b/bin/compile @@ -119,8 +119,7 @@ if [-f $CACHE_DIR/$LEGACY_VIRTUALENV_TRIGGER]; then puts-warn "Checked-in virtualenv conflict." exit 1; fi - -done +fi # Restore old artifacts from the cache. for dir in $CACHED_DIRS; do -- GitLab