diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/templatepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templatepkg b/src/templatepkg index 1634d85..d2a23aa 100755 --- a/src/templatepkg +++ b/src/templatepkg @@ -143,7 +143,7 @@ function template_add { mkdir -p $TEMPLATE_BASE.d/`dirname $file`/ destination="`echo $TEMPLATE_BASE.d/$file | sed -e 's/\/$//'`" - cp -a echo $jail/$file $destination + cp -a $jail/$file $destination if [ "$TEMPLATES_UNDER_SVN" == "1" ]; then ( cd $TEMPLATE_BASE.d && svn add $file ) echo $BASENAME: please run jail-commit to add $file into the svn repository |