]> gitweb.fluxo.info Git - firma.git/commitdiff
EmailListAdministration second fix
authorrhatto <rhatto>
Wed, 11 Oct 2006 23:07:49 +0000 (23:07 +0000)
committerrhatto <rhatto>
Wed, 11 Oct 2006 23:07:49 +0000 (23:07 +0000)
firma

diff --git a/firma b/firma
index a9cf1989767570704a199b9afd8de393b3c708f5..0427e77159124c73342a50c72ed419a2bb89f471 100755 (executable)
--- a/firma
+++ b/firma
@@ -1791,7 +1791,7 @@ function AdminLog {
   if [ "$MODE" == "admin-interactive" ]; then
     echo >&2 "$*"
   else
-    ADMIN_MESSAGE="$ADMIN_MESSAGE $*"
+    ADMIN_MESSAGE="`echo -e "$ADMIN_MESSAGE\n$*"`"
   fi
 }