diff options
-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 } |