From 6ec42d93cb3e75d5d9ca265f6b74e1ed626d650b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 23 May 2002 12:06:31 +0000 Subject: Added -b to diff command git-svn-id: svn://svn.rockbox.org/rockbox/trunk@666 a1c6a512-1295-4272-9138-f99709370657 --- CVSROOT/syncmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CVSROOT') diff --git a/CVSROOT/syncmail b/CVSROOT/syncmail index ba6cc90d06..ce467a80ba 100755 --- a/CVSROOT/syncmail +++ b/CVSROOT/syncmail @@ -115,7 +115,7 @@ def calculate_diff(filespec, contextlines): difftype = "-C " + str(contextlines) else: difftype = "-uN" - diffcmd = '/usr/bin/cvs -f diff -kk %s -r %s -r %s %s' % ( + diffcmd = '/usr/bin/cvs -f diff -kk %s -b -r %s -r %s %s' % ( difftype, oldrev, newrev, file) fp = os.popen(diffcmd) lines = fp.readlines() -- cgit v1.2.3