From: rhatto Date: Thu, 5 Apr 2007 20:29:29 +0000 (+0000) Subject: templatepkg: small fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=87fa7feafdf416bc28a425385c513344ddb8a52d;p=simplepkg.git templatepkg: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@257 04377dda-e619-0410-9926-eae83683ac58 --- 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 }