summaryrefslogtreecommitdiff
path: root/cron-jobs/devlist-mailer
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 12:27:35 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-18 12:27:35 -0400
commit457e2b0ab0870e19bcf9bdcdd88a2c338cc3bfd3 (patch)
tree44f4a8c044269c2e12b91c14287ce6e08a89ec0c /cron-jobs/devlist-mailer
parent7d061a7e0faa365ae2448154c010eed26409713d (diff)
use tab indent
Diffstat (limited to 'cron-jobs/devlist-mailer')
-rwxr-xr-xcron-jobs/devlist-mailer6
1 files changed, 3 insertions, 3 deletions
diff --git a/cron-jobs/devlist-mailer b/cron-jobs/devlist-mailer
index 61cd32c..1a05521 100755
--- a/cron-jobs/devlist-mailer
+++ b/cron-jobs/devlist-mailer
@@ -8,18 +8,18 @@ FROM="repomaint@archlinux.org"
SUBJECT="Repository Maintenance $(date +"%d-%m-%Y")"
if [ $# -ge 1 ]; then
- SUBJECT="$1 $(date +"%d-%m-%Y")"
+ SUBJECT="$1 $(date +"%d-%m-%Y")"
fi
if [ $# -ge 2 ]; then
- LIST="$2"
+ LIST="$2"
fi
stdin="$(cat)"
#echo used to strip whitespace for checking for actual data
if [ -n "$(echo $stdin)" ]; then
-echo "Subject: $SUBJECT
+ echo "Subject: $SUBJECT
To: $LIST
From: $FROM