summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mga-move-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-move-update b/mga-move-update
index 55d8c77..9a60c55 100644
--- a/mga-move-update
+++ b/mga-move-update
@@ -58,7 +58,7 @@ if [ -z $dryrun ]
then
cat "$mailcontent"
else
- /usr/bin/mail -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"
fi
rm -f "$mailcontent"