aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-11 23:07:49 +0000
committerrhatto <rhatto>2006-10-11 23:07:49 +0000
commit17d6d5454eecdddfa38bdc30ca44ffbf21cea1e3 (patch)
tree826f28c87eeae3cd1e59b35c207e2d6c7d833030 /firma
parent744951a670009d493dc2fd0f1ebb57f1dece2d17 (diff)
downloadfirma-17d6d5454eecdddfa38bdc30ca44ffbf21cea1e3.tar.gz
firma-17d6d5454eecdddfa38bdc30ca44ffbf21cea1e3.tar.bz2
EmailListAdministration second fix
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index a9cf198..0427e77 100755
--- 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
}