X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=bin%2Fmailshears;h=d34ce54f719749df9ceb78e5625123589b5ad2e4;hp=f8211b1cf33727f8d5b0a59ce560b153b3f951f0;hb=198f0d2d3198311e4ccdf988cb5996f585071014;hpb=75b0a08d381f74911ed64f14a4944e44c9a5c031 diff --git a/bin/mailshears b/bin/mailshears index f8211b1..d34ce54 100755 --- a/bin/mailshears +++ b/bin/mailshears @@ -63,7 +63,7 @@ end # Figure out which addresses are in the filesystem, but not in the # database. -difference = [fs_accts - db_accts] +difference = fs_accts - db_accts # Don't output any unnecessary junk. Cron might mail it to someone. if difference.size > 0