93 if check-compilers >>${LOGFILE} 2>&1 | 
    93 if check-compilers >>${LOGFILE} 2>&1 | 
    94 then  | 
    94 then  | 
    95     echo -n  | 
    95     echo -n  | 
    96 else  | 
    96 else  | 
    97     echo 'Dear '${AUTHOR}', | 
    97     echo 'Dear '${AUTHOR}', | 
    98 Your svn commit -r'${REV}' made the repository broken. | 
    98 Your svn commit -r'${REV}' made the repository broken, or at least | 
         | 
    99 the compiler emits warnings during the build process.  | 
    99 The compilation log is attached.  | 
   100 The compilation log is attached.  | 
   100 Please fix the problem as soon as possible.  | 
   101 Please fix the problem as soon as possible.  | 
   101   | 
   102   | 
   102 Best regards,  | 
   103 Best regards,  | 
   103 LEMON Commit Checking Service  | 
   104 LEMON Commit Checking Service  | 
   104 '|  | 
   105 '|  | 
   105     mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Revision '${REV}' is broken' \ | 
   106     mail -a ${LOGFILE} -s '[LEMON-SVN] WARNING: Revision '${REV}' is broken' \ | 
   106 	${EMAIL} alpar@cs.elte.hu | 
   107 	${EMAIL} alpar@cs.elte.hu | 
   107   | 
   108   | 
   108     echo 'Commit -r'${REV}' made the repository broken. | 
   109     echo 'Commit -r'${REV}' made the repository broken, or at least | 
         | 
   110 the compiler emits warnings during the build process.  | 
   109 Do not update until this bug is fixed, unless you really need it.  | 
   111 Do not update until this bug is fixed, unless you really need it.  | 
   110   | 
   112   | 
   111 Best regards,  | 
   113 Best regards,  | 
   112 LEMON Commit Checking Service  | 
   114 LEMON Commit Checking Service  | 
   113 '|  | 
   115 '|  |