diff options
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" |