From 41c1c1577cdd2a55dba56f90143d52760b308c29 Mon Sep 17 00:00:00 2001 From: "slavomir.katuscak%sun.com" Date: Wed, 17 Dec 2008 14:25:02 +0000 Subject: [PATCH] Bug 467542 - Fix for CVS change message. r=nelson git-svn-id: svn://10.0.0.236/trunk@255551 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/tinderlight/tinder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/tinderlight/tinder.sh b/mozilla/security/tinderlight/tinder.sh index 6deff49bb7b..38a25bfc1dd 100755 --- a/mozilla/security/tinderlight/tinder.sh +++ b/mozilla/security/tinderlight/tinder.sh @@ -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