diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 17:34:54 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 17:34:54 +0000 |
commit | edf7e3cbcd6a8d339f8bb0a432d5455df6c8602b (patch) | |
tree | 24a973f76f6cc43548efd2405aec04b5cbc1f1fb /trunk/lib | |
parent | c7dcba5097452ffe9dfc16a63e56403132b6c444 (diff) | |
download | simplepkg-edf7e3cbcd6a8d339f8bb0a432d5455df6c8602b.tar.gz simplepkg-edf7e3cbcd6a8d339f8bb0a432d5455df6c8602b.tar.bz2 |
common.sh: small cosmetic change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@251 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 0d06f5e..6ba9335 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -462,7 +462,7 @@ function copy_template_files { if [ -d "$1" ]; then if [ -d "$TEMPLATE_BASE.d" ]; then if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then - echo Checking out last revision from svn... + echo Checking out last template revision from svn... svn update echo "Copying template files to $1..." rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $1/ |