]> gitweb.fluxo.info Git - firma.git/commitdiff
EmailListAdministration first fix
authorrhatto <rhatto>
Wed, 11 Oct 2006 22:52:47 +0000 (22:52 +0000)
committerrhatto <rhatto>
Wed, 11 Oct 2006 22:52:47 +0000 (22:52 +0000)
firma

diff --git a/firma b/firma
index 9ad806fdd9941f9ed03649d796b5aab9ee4ac534..a9cf1989767570704a199b9afd8de393b3c708f5 100755 (executable)
--- a/firma
+++ b/firma
@@ -1820,7 +1820,7 @@ function EmailListAdministration {
   if [ "$found" == "1" ]; then
     # message was sent by an admin
     #+then, parse and process admin tasks
-    echo $DECRYPTED_MESSAGE | while read command; do
+    echo -e "$DECRYPTED_MESSAGE" | while read command; do
       if [ ! -z "$command" ]; then
         AdminLog "Command> $command"
         ListAdministration $command