Skip to content
Snippets Groups Projects
Commit 0626d43f authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update patch

parent 8e3d6543
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment