mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
improve error message mailed when cvs update dies
This commit is contained in:
parent
e5ee0548df
commit
4907085cbd
@ -97,7 +97,7 @@ if [ -f $db_dir/update.log ]
|
||||
ERROR=`grep "server aborted" $db_dir/update.log`
|
||||
if [ "$ERROR" != "" ]
|
||||
then
|
||||
echo $ERROR | /usr/bin/mail -s "lxr: cvs server aborted" root
|
||||
echo $ERROR | /usr/bin/mail -s "lxr: $1 aborted" root
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user