Changeset 92
- Timestamp:
- 01/21/2009 05:01:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/util/shm_exec_read_adrm_mail.csh
r16 r92 50 50 51 51 if ("$mailhost" == "") then 52 set res=`mailx - f $mailfile -H| grep -i autodrm | tail -1`52 set res=`mailx -H -f $mailfile | grep -i autodrm | tail -1` 53 53 else 54 set res=`ssh $mailhost mailx - f $mailfile -H| grep -i autodrm | tail -1`54 set res=`ssh $mailhost mailx -H -f $mailfile | grep -i autodrm | tail -1` 55 55 endif 56 56 if ($#res < 3) continue … … 62 62 echo "q" >>$tmpfile 63 63 if ("$mailhost" == "") then 64 mailx - f $mailfile -N<$tmpfile >$outfile64 mailx -N -f $mailfile <$tmpfile >$outfile 65 65 else 66 ssh $mailhost mailx - f $mailfile -N<$tmpfile >$outfile66 ssh $mailhost mailx -N -f $mailfile <$tmpfile >$outfile 67 67 endif 68 68 \rm $tmpfile
Note: See TracChangeset
for help on using the changeset viewer.