From 0626d43f26b8d9f9527be37962eccb2bcab5859a Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Thu, 6 Jan 2011 08:22:21 +0000
Subject: [PATCH] Update patch

---
 build/patch/buildpatch.ksh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/patch/buildpatch.ksh b/build/patch/buildpatch.ksh
index 7bdbff8d1b0..e19c85be23f 100644
--- a/build/patch/buildpatch.ksh
+++ b/build/patch/buildpatch.ksh
@@ -19,5 +19,5 @@ export newdir=modified_dir
 
 echo ----- Building patch file mypatch.patch -----
 echo Build patch between \"$olddir\" and \"$newdir\" 
-diff -Naur --exclude=CVS --exclude="*.patch" --exclude=".#*" --exclude="*~" --exclude="*.rej" --exclude="*.orig" --exclude="*.bak" --exclude=conf.php --exclude=documents  $olddir  $newdir  > mypatch.patch
+diff -BNaur --exclude=CVS --exclude="*.patch" --exclude=".#*" --exclude="*~" --exclude="*.rej" --exclude="*.orig" --exclude="*.bak" --exclude=conf.php --exclude=documents  $olddir  $newdir  > mypatch.patch
 
-- 
GitLab