]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Das ein wenige instabile Sender der Emails gefixt.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 13:06:25 +0000 (13:06 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 25 Aug 2007 13:06:25 +0000 (13:06 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@824 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

tools/make-functions

index d8518a148086a9364ea3c228ead2015ee2bf30f9..d9e81ae81972d91ae81e50eb98d7b93ecc11f0da 100644 (file)
@@ -543,12 +543,12 @@ END
        esac
        tar cfz $ATTACHMENT log/_build*
        cat /tmp/ipfire_mail_body | tools/sendEmail -q \
-               -f $MAIL_FROM \
-               -t $MAIL_TO \
-               -u $SUBJECT \
+               -f "$MAIL_FROM" \
+               -t "$MAIL_TO" \
+               -u "$SUBJECT" \
                -s $MAIL_SERVER:25 \
-               -xu $MAIL_USER \
-               -xp $MAIL_PASS \
+               -xu "$MAIL_USER" \
+               -xp "$MAIL_PASS" \
                -l log/_build.mail.log \
                -a $ATTACHMENT # -v
        if [ "$?" -eq "0" ]; then