aboutsummaryrefslogtreecommitdiff
path: root/handlers/trac
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/trac')
-rw-r--r--handlers/trac5
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/trac b/handlers/trac
index 5427924..0460c9f 100644
--- a/handlers/trac
+++ b/handlers/trac
@@ -13,7 +13,12 @@ error=0
cd $src
for repo in `find . -name VERSION`
do
+
repo=`dirname $repo`
+ if [ "$repo" == "." ]
+ then
+ repo=""
+ fi
# Just make the parent directory for $tmp/$repo
parentdir=`dirname $tmp/$repo`