From: rhatto Date: Fri, 9 Feb 2007 19:53:53 +0000 (+0000) Subject: small change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1742db6d485dff32e834caaa2a35e9d8a56b3c10;p=simplepkg.git small change git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@170 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/src/jail-commit b/src/jail-commit index 1013c88..6c66cd8 100755 --- a/src/jail-commit +++ b/src/jail-commit @@ -48,7 +48,7 @@ function template_merge { perms="`numeric_perm $1/$file`" owner="`get_owner $1/$file`" group="`get_group $1/$file`" - echo "$file;$owner;$group;$perms" >> $TEMPLATE_BASE.perms + echo $file\;$owner\;$group\;$perms >> $TEMPLATE_BASE.perms fi fi done