From 16241a8f1f0e2aa159ee0e6401cdca6837ee6f62 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 9 Feb 2007 20:33:00 +0000 Subject: jail-commit: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@171 04377dda-e619-0410-9926-eae83683ac58 --- src/jail-commit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/jail-commit b/src/jail-commit index 6c66cd8..8de547c 100755 --- a/src/jail-commit +++ b/src/jail-commit @@ -45,11 +45,11 @@ function template_merge { if ! diff $file $1/$file; then echo updating $file cp -af $1/$file $file - perms="`numeric_perm $1/$file`" - owner="`get_owner $1/$file`" - group="`get_group $1/$file`" - echo $file\;$owner\;$group\;$perms >> $TEMPLATE_BASE.perms fi + perms="`numeric_perm $1/$file`" + owner="`get_owner $1/$file`" + group="`get_group $1/$file`" + echo "$file;$owner;$group;$perms" >> $TEMPLATE_BASE.perms fi done -- cgit v1.2.3