]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fix at jail-commit
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Tue, 2 Dec 2008 19:52:38 +0000 (19:52 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Tue, 2 Dec 2008 19:52:38 +0000 (19:52 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@625 04377dda-e619-0410-9926-eae83683ac58

trunk/src/jail-commit

index 41e80ea010e921953a46619cc06631df56294a05..f1a1c9cfa51c8c710e8294e684cac537496d26b6 100755 (executable)
@@ -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