diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 02:56:24 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-06 02:56:24 +0000 |
commit | e8cdde49e084b103ca5ad749e5b22b8ea3c93630 (patch) | |
tree | 963a95a5fe3e7cee78c501663ae02d7092ecbc47 | |
parent | 9bfe108fb71b82926afb9f6dfad0cf02f6be998f (diff) | |
download | simplepkg-e8cdde49e084b103ca5ad749e5b22b8ea3c93630.tar.gz simplepkg-e8cdde49e084b103ca5ad749e5b22b8ea3c93630.tar.bz2 |
templatepkg: cosmetic change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@285 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | trunk/src/jail-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit index e28e87d..61ba951 100755 --- a/trunk/src/jail-commit +++ b/trunk/src/jail-commit @@ -73,7 +73,7 @@ function template_merge { else if [ ! -e "$1/$file" ]; then - echo $BASENAME: warning: missing file $1/$file + echo $BASENAME: warning: missing file `slash $1/$file` fi fi |