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 d91a767..60e0a36 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -98,7 +98,7 @@ function template_svn_commit {
# issue a svn_commit from a template folder
# usage: template_svn_commit <template-folder>
- if templates_under_svn && [ -d "$1/.svn" ]; then
+ if templates_under_svn && svn_folder $1; then
cd $1
echo First checking out from the repository...
svn update