diff options
author | Colin Guthrie <colin@mageia.org> | 2014-08-04 11:12:18 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-08-04 11:12:18 +0100 |
commit | 19266763d4fd6e515466affe3072c87e3735860d (patch) | |
tree | eec8ea043cd8bc0a7582305c6d73d15df45453f0 /mga-move-pkg | |
parent | d75bbfc3543a48b3b6a47ff5d4e2ca9a2f10c96d (diff) | |
download | mgatools-19266763d4fd6e515466affe3072c87e3735860d.tar mgatools-19266763d4fd6e515466affe3072c87e3735860d.tar.gz mgatools-19266763d4fd6e515466affe3072c87e3735860d.tar.bz2 mgatools-19266763d4fd6e515466affe3072c87e3735860d.tar.xz mgatools-19266763d4fd6e515466affe3072c87e3735860d.zip |
move: Tiny cosmetic in the sysadmin-reports email subject
Diffstat (limited to 'mga-move-pkg')
-rwxr-xr-x | mga-move-pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-move-pkg b/mga-move-pkg index 5a182d2..705e5e9 100755 --- a/mga-move-pkg +++ b/mga-move-pkg @@ -244,7 +244,7 @@ else fi cat "$_mailcommands" >>"$_mailcontent" - /usr/bin/mailx -s "$(basename $0) ${#_releases[*]} source package(s) moved" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$_mailcontent" + /usr/bin/mailx -s "$(basename $0): ${#_releases[*]} source package(s) moved" -S "from=$moveupdate_mailfrom" "$moveupdate_mailto" < "$_mailcontent" if [ -n "$sync" ]; then updated="xxxx" |