From 87fa7feafdf416bc28a425385c513344ddb8a52d Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 20:29:29 +0000 Subject: templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@257 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 3d534cd..0680612 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -481,7 +481,7 @@ function template_list { ls="`ls $BASE_CONF/templates/$1 2> /dev/null`" if [ "$?" == "0" ]; then echo Custom templates: - ls "$ls" + echo "$ls" fi } -- cgit v1.2.3