From 6a26d41bf751768e3154b11e03953d721fdf4360 Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Fri, 27 Jan 2012 08:42:20 -0600
Subject: repo-cleanup.sh, add a little bit of extra output.

---
 build_tools/bin/repo-cleanup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build_tools/bin/repo-cleanup.sh b/build_tools/bin/repo-cleanup.sh
index 071900e..9c96933 100755
--- a/build_tools/bin/repo-cleanup.sh
+++ b/build_tools/bin/repo-cleanup.sh
@@ -15,6 +15,7 @@ if [ ! -e /tmp/$currentrepo_dups ]
 then
 	mkdir /tmp/$currentrepo_dups/
 fi
+echo $REPO
 while read LINE
 do
 #	echo $LINE
-- 
cgit v0.12