From: Micah Anderson Date: Sat, 10 Jun 2006 16:20:05 +0000 (+0000) Subject: Changed order of -s in the mail call for compatibility, from X-Git-Tag: backupninja-0.9.4~32 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=c22ad121d9d8b11650b265863c783d9f12c92385 Changed order of -s in the mail call for compatibility, from anarcat --- diff --git a/src/backupninja.in b/src/backupninja.in index 16ac7a7..fb6cc16 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -526,7 +526,7 @@ if [ $doit == 1 ]; then echo ${messages[$i]} done echo -e "$errormsg" - } | mail $reportemail -s "backupninja: $hostname $subject" + } | mail -s "backupninja: $hostname $subject" $reportemail fi if [ $actions_run != 0 ]; then