aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:16:51 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 01:16:51 +0000
commit83b393037a75c9902bcae88a0c1bf0a60ab4f170 (patch)
tree72215bd1d07f4db01feb9df0d1628496f413ade4 /trunk
parent796232edfb6d9ad3329a3fe9eb17ad5588600aa9 (diff)
downloadsimplepkg-83b393037a75c9902bcae88a0c1bf0a60ab4f170.tar.gz
simplepkg-83b393037a75c9902bcae88a0c1bf0a60ab4f170.tar.bz2
templatepkg: cosmetic change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@279 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/templatepkg2
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