aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg2
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
}