aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index ce34d92..c2d66b5 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -48,7 +48,7 @@ function template_merge {
echo "" > $TEMPLATE_BASE.perms
cd $TEMPLATE_BASE.d
- for file in `find | grep -v -e "/.svn$" | grep -v -e "/.svn/"`; do
+ for file in `find | grep -v -e "/.svn$" | grep -v -e "/.svn/" | grep -v -e "^\.$"`; do
if [[ -e "$file" && -e "$1/$file" ]]; then