From 1f44a9bd8d706f9e45a592f8c9ace247aca4119c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Tue, 16 Aug 2011 22:09:11 +0000 Subject: fix mail from --- mga-move-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mga-move-update') diff --git a/mga-move-update b/mga-move-update index 353b1c3..d9bf11a 100644 --- a/mga-move-update +++ b/mga-move-update @@ -84,7 +84,7 @@ if [ -n "$dryrun" ] then cat "$mailcontent" else - /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" + /usr/bin/mailx -s "mga-move-update $distrorelease $section $srcname" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$mailcontent" post fi rm -f "$mailcontent" -- cgit v1.2.1