diff --git a/bin/compile b/bin/compile
index 54383a41f181394a7ff0a486a9075b2fe2af7941..bdf977969452a4756b63f427ee3c47eae212b142 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