diff options
author | James Meyer <james.meyer@operamail.com> | 2012-01-27 14:42:20 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-01-27 14:42:20 (GMT) |
commit | 6a26d41bf751768e3154b11e03953d721fdf4360 (patch) | |
tree | 6561a7a00459fdae02c1ac5f3e30e8c5f578b3be /build_tools/bin | |
parent | 8c1aa8070ead9d706990a7ce7fa9c0d8d00408a4 (diff) | |
download | linhes_dev-6a26d41bf751768e3154b11e03953d721fdf4360.zip |
repo-cleanup.sh, add a little bit of extra output.
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/repo-cleanup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |