remove leading + from SUBJECT

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-02-28 22:29:17 -06:00
parent 2db6ecc7f5
commit 4acb824671

View File

@ -98,7 +98,7 @@ for dir in Cloud Labs ;
$RSYNCPREFIX rsync -avhH $TARGET_DIR/$NEWCOMPOSE_ID/compose/$dir/ /pub/alt/development/$DIST/$dir/ --link-dest=/pub/fedora/linux/development/$DIST/Everything/ --delete-after ;
done
+SUBJECT='Fedora '$DIST' compose report: '$SHORTCOMPOSE_ID' changes'
SUBJECT='Fedora '$DIST' compose report: '$SHORTCOMPOSE_ID' changes'
if [ "$mail" = "0" ]; then
for tomail in "$(echo $TOMAIL)" ; do
cat $TARGET_DIR/$NEWCOMPOSE_ID/logs/*verbose | \