diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 20:29:29 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-05 20:29:29 +0000 |
commit | 87fa7feafdf416bc28a425385c513344ddb8a52d (patch) | |
tree | d22dd833e7256d2640766c096a4b793fb43df31c | |
parent | 1d2b1700b9d1bfca23d9115afe15e870327d94de (diff) | |
download | simplepkg-87fa7feafdf416bc28a425385c513344ddb8a52d.tar.gz simplepkg-87fa7feafdf416bc28a425385c513344ddb8a52d.tar.bz2 |
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@257 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | trunk/src/templatepkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |