From 2813c4bee29616f50f45efe86fe82de763593235 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 20:31:26 +0000 Subject: templatepkg: cosmetic changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@258 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'trunk/src/templatepkg') diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 0680612..e4f3f2d 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -474,14 +474,14 @@ function template_list { ls="`ls $BASE_CONF/defaults/templates/$1 2> /dev/null`" if [ "$?" == "0" ]; then - echo Default templates: - echo "$ls" + ls="`echo $ls | xargs`" + echo "Default templates: $ls" fi ls="`ls $BASE_CONF/templates/$1 2> /dev/null`" if [ "$?" == "0" ]; then - echo Custom templates: - echo "$ls" + ls="`echo $ls | xargs`" + echo "Custom templates: $ls" fi } -- cgit v1.2.3