diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-09 19:53:53 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-09 19:53:53 +0000 |
commit | 1742db6d485dff32e834caaa2a35e9d8a56b3c10 (patch) | |
tree | 20c6d076572432aa8d33ad52d49ea024ce1fb2fc /src | |
parent | fa1facac5e27fbe63dd0d484c7f5d4d25ee3d383 (diff) | |
download | simplepkg-1742db6d485dff32e834caaa2a35e9d8a56b3c10.tar.gz simplepkg-1742db6d485dff32e834caaa2a35e9d8a56b3c10.tar.bz2 |
small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@170 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/jail-commit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |