diff options
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/jail-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit index 41e80ea..f1a1c9c 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 use_svn && [ -d "$1/.svn" ]; then + if templates_under_svn && [ -d "$1/.svn" ]; then cd $1 echo First checking out from the repository... svn update |