Bug 467542 - Fix for CVS change message. r=nelson

git-svn-id: svn://10.0.0.236/trunk@255551 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slavomir.katuscak%sun.com
2008-12-17 14:25:02 +00:00
parent 9746b2232b
commit 41c1c1577c

View File

@@ -164,8 +164,8 @@ cvs_checkout()
[ ${RET} -eq 0 ] || return ${RET}
if [ -f ${DATADIR}.cvs ]; then
diff -U4 ${LOG_TMP} ${DATADIR}.cvs | grep -i "Repository revision:" >> ${LOG_ALL}
if [ $? -ne 0 ]; then
diff -U4 ${DATADIR}.cvs ${LOG_TMP} | grep -i "Repository revision:" >> ${LOG_ALL}
if [ $? -eq 0 ]; then
print_log "CVS change detected"
echo "TinderboxPrint:CVS change" >> ${LOG_ALL}
fi