aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 6739795..d079902 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -489,7 +489,7 @@ function template_add {
if [ -a "$jail/$file" ]; then
- destination="`echo `template_files`/$file | sed -e 's/\/$//'`"
+ destination="`echo $(template_files)/$file | sed -e 's/\/$//'`"
if templates_under_svn && [ -d "`template_files`/.svn" ]; then