diff options
Diffstat (limited to 'trunk/src')
-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 5b43dc4..fb96341 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -346,7 +346,7 @@ function template_update { sed "/^$pack$/d" $TEMPLATE | sed "/^$pack $/d" | sed "/^$pack:*/d" | sed "/^$pack */d" > $TEMPLATE.tmp cat $TEMPLATE.tmp > $TEMPLATE rm -f $TEMPLATE.tmp - echo Removed $pack from $TEMPLATE + echo Removed $pack # from $TEMPLATE fi fi |